lifecycle: update e2e test for service job with new docker signal #8932

This commit is contained in:
Jasmine Dahilig 2020-12-01 23:41:32 -08:00
parent 3b2b083cbf
commit 6ea00284f1

View file

@ -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