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 4d6a166989
commit 64d72ece43

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