Skip to content

Commit 0f1c776

Browse files
committed
fix(layers): add debug to update layer arn script
1 parent 5e77874 commit 0f1c776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

layer/scripts/update_layer_arn.sh

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# see .github/workflows/reusable_deploy_v2_layer_stack.yml
88

99
set -eo pipefail
10+
set -x
1011

1112
if [[ $# -ne 1 ]]; then
1213
cat <<EOM

0 commit comments

Comments
 (0)