Fix check

This commit is contained in:
Pavel Lobashov 2018-05-10 18:33:28 +03:00
parent 4f137b4cf2
commit 7b71ae8333

View file

@ -13,4 +13,4 @@ jobs:
- docker restart onlyoffice-documentserver
- sleep 1m # for init of services
- curl localhost/healthcheck # temp
- if [[ $(curl -s localhost/healthcheck) == "true" ]]; then exit 1; fi
- if [[ $(curl -s localhost/healthcheck) != "true" ]]; then exit 1; fi