We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092d5df commit 230f9d0Copy full SHA for 230f9d0
1 file changed
ci/input_files/build.yaml.tpl
@@ -180,6 +180,7 @@ publish-layer-{{ $environment_name }} ({{ $runtime.name }}-{{ $runtime.arch }}):
180
before_script:
181
- EXTERNAL_ID_NAME={{ $environment.external_id }} ROLE_TO_ASSUME={{ $environment.role_to_assume }} AWS_ACCOUNT={{ $environment.account }} source ./ci/get_secrets.sh
182
script:
183
+ - echo $UPSTREAM_COMMIT_BRANCH
184
- STAGE={{ $environment_name }} PYTHON_VERSION={{ $runtime.python_version }} ARCH={{ $runtime.arch }} DOTENV={{ $dotenv }} ./ci/publish_layers.sh
185
186
{{- end }}
@@ -201,6 +202,7 @@ publish-pypi-package:
201
202
- sign-layer ({{ $runtime.name }}-{{ $runtime.arch}})
203
204
205
206
- ./ci/publish_pypi.sh
207
208
layer bundle:
0 commit comments