Skip to content

Commit

Permalink
oops - added new file
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapolo committed Feb 25, 2020
1 parent 818475f commit 0a84334
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/bash
set -euo pipefail
scriptdir=$(cd $(dirname $0) && pwd)
source ${scriptdir}/common.bash
# ----------------------------------------------------------

setup

set +e
# this will hang if we introduce https://github.com/aws/aws-cdk/issues/6403 again.
cdk deploy -v ${STACK_NAME_PREFIX}-failed
set -e

# destroy
cdk destroy -f ${STACK_NAME_PREFIX}-failed

echo "✅ success"

0 comments on commit 0a84334

Please sign in to comment.