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