mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Fix using most recent versions of the Ruby images in the CI
This commit is contained in:
parent
9a109c13cb
commit
8800bab8a9
4 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ appdir=$(cd $(dirname "$0")/.. && pwd)
|
|||
[ -f /etc/app-env ] || exec "$appdir/script/docker-environment" $0 $@
|
||||
|
||||
for i in {1..60}; do
|
||||
curl -sf db:3306 >/dev/null && exit
|
||||
curl -sf telnet://db:3306 >/dev/null && exit
|
||||
sleep 1
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue