comment out liveness probe

This commit is contained in:
Marwan Sulaiman
2021-12-02 23:59:14 -05:00
parent 679b369af3
commit fd54babfae
+3 -3
View File
@@ -7,9 +7,9 @@ steps:
image: golang:1.14
commands:
# wait for services to be ready.
- cd scripts/liveness_probe
- go run .
- cd ../..
# - cd scripts/liveness_probe
# - go run .
# - cd ../..
- go mod download
- go mod vendor # this is for when the Dockerfile gets built
environment: