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
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ if [ ! -f ${NOMAD_ALLOC_DIR}/poststart-started ]; then exit 15; fi
touch ${NOMAD_ALLOC_DIR}/main-checked
echo trap
trap cleanup SIGINT
trap cleanup SIGTERM
echo sleep
while true