Skip to content

Commit

Permalink
Fix docker compose call
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazoyer committed May 20, 2024
1 parent 4de8bf8 commit d3ae318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ -z "${IMAGE}" ]; then
fi

# The docker compose command to use
doco="docker-compose --file docker-compose.test.yml --project-name peeringmanager_docker_test_${1}"
doco="docker compose --file docker-compose.test.yml --project-name peeringmanager_docker_test_${1}"
INITIALIZERS_DIR=".initializers"

test_setup() {
Expand Down

0 comments on commit d3ae318

Please sign in to comment.