Remove custom deployment watcher script

As of version 1.1.2 of Nomad, the CLI monitors job deployments by
default until they are finished. Thus our custom job deployment
watcher script is not required anymore.
This commit is contained in:
sirkrypt0
2021-07-27 16:22:08 +02:00
committed by Tobias Kantusch
parent 3564cf767e
commit 81eccbdf9c
3 changed files with 7 additions and 56 deletions

View File

@@ -153,7 +153,7 @@ test_e2e:
- nomad validate deploy/api.nomad
# nomad plan returns 1 if allocation is created or destroyed which is what we want here
- nomad plan deploy/api.nomad || [ $? == 1 ]
- nomad-run-and-wait deploy/api.nomad
- nomad run deploy/api.nomad
artifacts:
paths:
- deploy/api.nomad