Fix docker healthcheck again
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
da0c8a0fa9
commit
0557ab11c2
@ -49,10 +49,10 @@ fi
|
|||||||
health=$(inspect_container "$container_id" | jq -r '.State.Health.Status')
|
health=$(inspect_container "$container_id" | jq -r '.State.Health.Status')
|
||||||
|
|
||||||
case "$health" in
|
case "$health" in
|
||||||
"null")
|
null)
|
||||||
echo "No healthcheck results"
|
echo "No healthcheck results"
|
||||||
;;
|
;;
|
||||||
"starting|healthy")
|
starting|healthy)
|
||||||
echo "Status: '$health'"
|
echo "Status: '$health'"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user