Skip to content

Commit fb4d6d8

Browse files
committed
Set -x.
1 parent b47528b commit fb4d6d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ publish-layer-{{ $environment_name }} ({{ $runtime.name }}-{{ $runtime.arch }}):
178178
- EXTERNAL_ID_NAME={{ $environment.external_id }} ROLE_TO_ASSUME={{ $environment.role_to_assume }} AWS_ACCOUNT={{ $environment.account }} source ./ci/get_secrets.sh
179179
script:
180180
- |
181+
set -x
181182
STAGE={{ $environment_name }} PYTHON_VERSION={{ $runtime.python_version }} ARCH={{ $runtime.arch }} ./ci/publish_layers.sh | tee publish.log
182183
# Extract the arn from the publish log to be used as envvar in e2e tests
183184
layer_arn="$(grep 'Published arn' publish.log | grep -oE 'arn:aws:lambda:.*:\d+')"

0 commit comments

Comments
 (0)