mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
comment out liveness probe
This commit is contained in:
+3
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user