Skip to content

Commit

Permalink
comment out liveness probe
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan-at-work committed Dec 3, 2021
1 parent 679b369 commit fd54bab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fd54bab

Please sign in to comment.