Skip to content

Commit

Permalink
Update integration-test
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsFronius committed Sep 27, 2018
1 parent 23f11fb commit f904d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/test/code_deploy/integration-test
Expand Up @@ -29,7 +29,7 @@ function cleanup() {
aws cloudformation delete-stack \
--stack-name "${STACK_NAME}"
}
trap cleanup EXIT SIGINT SIGERR
trap cleanup EXIT SIGINT SIGTERM

CODEDEPLOY_UNIX_TIME="$(date +%s)"
STACK_NAME="aws-utilities-stack-${CODEDEPLOY_UNIX_TIME}"
Expand Down

0 comments on commit f904d09

Please sign in to comment.