Skip to content

Commit

Permalink
'docker compose' (without dash) also for stopcmd
Browse files Browse the repository at this point in the history
  • Loading branch information
schiwaa committed Dec 11, 2024
1 parent 6823bde commit c54a569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi
docker logs $TEST_CONTAINER_NAME

# Stop the services
docker-compose --env-file $ENV_FILE -f $DOCKER_COMPOSE_FILE $stopcmd
docker compose --env-file $ENV_FILE -f $DOCKER_COMPOSE_FILE $stopcmd

# Exit with the exit status of the docker container responsible for starting the tests
exit "$exit_status"

0 comments on commit c54a569

Please sign in to comment.