Skip to content

Commit

Permalink
fix deprecated docker-compose on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Apr 4, 2024
1 parent cdac148 commit 8cfe095
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 95 deletions.
94 changes: 0 additions & 94 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/ci-start-services.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

if [ "$RUN_SERVICES" == "true" ]; then
docker-compose -f .travis-docker-compose.yml up -d
docker compose -f .travis-docker-compose.yml up -d
while ! curl -sfo /dev/null 'http://localhost:9200/'; do echo -n '.' && sleep .5; done
fi

Expand Down

0 comments on commit 8cfe095

Please sign in to comment.