Skip to content

Commit 6356961

Browse files
committed
More debugging.
1 parent fb4d6d8 commit 6356961

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
@@ -181,6 +181,7 @@ publish-layer-{{ $environment_name }} ({{ $runtime.name }}-{{ $runtime.arch }}):
181181
set -x
182182
STAGE={{ $environment_name }} PYTHON_VERSION={{ $runtime.python_version }} ARCH={{ $runtime.arch }} ./ci/publish_layers.sh | tee publish.log
183183
# Extract the arn from the publish log to be used as envvar in e2e tests
184+
cat publish.log
184185
layer_arn="$(grep 'Published arn' publish.log | grep -oE 'arn:aws:lambda:.*:\d+')"
185186
if [ -z "$layer_arn" ]; then
186187
echo "Error: Layer ARN not found in publish log"

0 commit comments

Comments
 (0)