lifecycle: update e2e test for service job with new docker signal #8932
This commit is contained in:
parent
3b2b083cbf
commit
6ea00284f1
|
@ -120,7 +120,7 @@ if [ ! -f ${NOMAD_ALLOC_DIR}/poststart-started ]; then exit 15; fi
|
||||||
touch ${NOMAD_ALLOC_DIR}/main-checked
|
touch ${NOMAD_ALLOC_DIR}/main-checked
|
||||||
|
|
||||||
echo trap
|
echo trap
|
||||||
trap cleanup SIGINT
|
trap cleanup SIGTERM
|
||||||
|
|
||||||
echo sleep
|
echo sleep
|
||||||
while true
|
while true
|
||||||
|
|
Loading…
Reference in a new issue