Fix check
This commit is contained in:
parent
4f137b4cf2
commit
7b71ae8333
|
@ -13,4 +13,4 @@ jobs:
|
||||||
- docker restart onlyoffice-documentserver
|
- docker restart onlyoffice-documentserver
|
||||||
- sleep 1m # for init of services
|
- sleep 1m # for init of services
|
||||||
- curl localhost/healthcheck # temp
|
- curl localhost/healthcheck # temp
|
||||||
- if [[ $(curl -s localhost/healthcheck) == "true" ]]; then exit 1; fi
|
- if [[ $(curl -s localhost/healthcheck) != "true" ]]; then exit 1; fi
|
||||||
|
|
Loading…
Reference in a new issue