Skip to content

Commit

Permalink
ci(docker): correct functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sebtiz13 committed Sep 17, 2024
1 parent 11c9f7b commit d5acb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/start_kuzzle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

echo "[$(date --rfc-3339 seconds)] - Start Kuzzle stack"

docker-compose -f .ci/docker-compose.yml up -d
docker compose -f .ci/docker-compose.yml up -d

spinner="/"
until $(curl --output /dev/null --silent --head --fail http://localhost:7512); do
Expand Down

0 comments on commit d5acb62

Please sign in to comment.