Skip to content

Commit

Permalink
lifecycle: update e2e test for service job with new docker signal #8932
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzyfresh committed Dec 2, 2020
1 parent 4d6a166 commit 64d72ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/lifecycle/inputs/service.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64d72ec

Please sign in to comment.