Skip to content

Commit

Permalink
Merge pull request #9494 from hashicorp/e2e-poststop-sigterm
Browse files Browse the repository at this point in the history
lifecycle: update e2e test for service job with new docker signal #8932
  • Loading branch information
jrasell committed Dec 2, 2020
2 parents 4d6a166 + 64d72ec commit 5fbcf82
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 5fbcf82

Please sign in to comment.