File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
206208layer bundle:
You can’t perform that action at this time.
0 commit comments