Skip to content

Commit 937d480

Browse files
committed
Use underscore.
1 parent 919adcf commit 937d480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ publish-layer-{{ $environment_name }} ({{ $runtime.name }}-{{ $runtime.arch }}):
147147
- if: '$CI_COMMIT_TAG =~ /^v.*/'
148148
artifacts:
149149
reports:
150-
dotenv: layer-version
150+
dotenv: layer_version
151151
needs:
152152
{{ if or (eq $environment_name "prod") }}
153153
- sign-layer ({{ $runtime.name }}-{{ $runtime.arch}})
@@ -174,7 +174,7 @@ publish-layer-{{ $environment_name }} ({{ $runtime.name }}-{{ $runtime.arch }}):
174174
script:
175175
- STAGE={{ $environment_name }} PYTHON_VERSION={{ $runtime.python_version }} ARCH={{ $runtime.arch }} ./ci/publish_layers.sh | tee publish.log
176176
# Extract the arn from the publish log to be used as envvar in e2e tests
177-
- echo "PYTHON_{{ $runtime.python_version }}_VERSION=$(grep -oP 'Published arn \K\.*' publish.log)" > layer-version
177+
- echo "PYTHON_{{ $runtime.python_version }}_VERSION=$(grep -oP 'Published arn \K\.*' publish.log)" > layer_version
178178

179179
{{- end }}
180180

0 commit comments

Comments
 (0)