fix: use docker cli runner health check
Some checks failed
Build and deploy demo app / deploy (push) Failing after 2s
Some checks failed
Build and deploy demo app / deploy (push) Failing after 2s
This commit is contained in:
parent
39c531d9d0
commit
bd918d5f5a
@ -79,7 +79,7 @@ jobs:
|
||||
run: |
|
||||
set -eu
|
||||
for i in $(seq 1 30); do
|
||||
if curl -fsS http://host.docker.internal:8088/health; then
|
||||
if wget -qO- http://host.docker.internal:8088/health; then
|
||||
exit 0
|
||||
fi
|
||||
sleep 2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user