Skip to content

Commit

Permalink
Set directory when using archive
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Dec 31, 2023
1 parent 7d5aa97 commit a589fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ kill ${log_process_id}
echo "Creating test-data in faf-db"
docker exec -i faf-db mysql -uroot -pbanana faf < test-data.sql

docker-compose -f k8s-archive/docker-compose.yml up -d faf-website
docker-compose -f k8s-archive/docker-compose.yml logs -f faf-website &
docker-compose --project-directory . -f k8s-archive/docker-compose.yml up -d faf-website
docker-compose --project-directory . -f k8s-archive/docker-compose.yml logs -f faf-website &
log_process_id=$!

echo "Waiting for faf-website"
Expand Down

0 comments on commit a589fa7

Please sign in to comment.