We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e77874 commit 0f1c776Copy full SHA for 0f1c776
layer/scripts/update_layer_arn.sh
@@ -7,6 +7,7 @@
7
# see .github/workflows/reusable_deploy_v2_layer_stack.yml
8
9
set -eo pipefail
10
+set -x
11
12
if [[ $# -ne 1 ]]; then
13
cat <<EOM
0 commit comments