Skip to content

Commit 230f9d0

Browse files
more prints
1 parent 092d5df commit 230f9d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ publish-layer-{{ $environment_name }} ({{ $runtime.name }}-{{ $runtime.arch }}):
180180
before_script:
181181
- EXTERNAL_ID_NAME={{ $environment.external_id }} ROLE_TO_ASSUME={{ $environment.role_to_assume }} AWS_ACCOUNT={{ $environment.account }} source ./ci/get_secrets.sh
182182
script:
183+
- echo $UPSTREAM_COMMIT_BRANCH
183184
- STAGE={{ $environment_name }} PYTHON_VERSION={{ $runtime.python_version }} ARCH={{ $runtime.arch }} DOTENV={{ $dotenv }} ./ci/publish_layers.sh
184185

185186
{{- end }}
@@ -201,6 +202,7 @@ publish-pypi-package:
201202
- sign-layer ({{ $runtime.name }}-{{ $runtime.arch}})
202203
{{- end }}
203204
script:
205+
- echo $UPSTREAM_COMMIT_BRANCH
204206
- ./ci/publish_pypi.sh
205207

206208
layer bundle:

0 commit comments

Comments
 (0)