File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ publish-layer-{{ $environment_name }} ({{ $runtime.name }}-{{ $runtime.arch }}):
181181 # Extract the arn from the publish log to be used as envvar in e2e tests
182182 - layer_arn= " $(grep 'Published arn' publish.log | grep -oE 'arn:aws:lambda:.*:\d +')"
183183 - echo " Found published arn: $layer_arn"
184- - echo " PYTHON_{{ $runtime.name | strings.TrimLeft " python" }}_VERSION=$layer_arn" > {{ $dotenv }}
184+ - echo " PYTHON_{{ $runtime.name | strings.Trim " python" }}_VERSION=$layer_arn" > {{ $dotenv }}
185185
186186{{- end }}
187187
@@ -255,12 +255,6 @@ e2e-test:
255255 strategy: depend
256256 variables:
257257 LANGUAGES_SUBSET: python
258- PYTHON_38_VERSION: latest
259- PYTHON_39_VERSION: latest
260- PYTHON_310_VERSION: latest
261- PYTHON_311_VERSION: latest
262- PYTHON_312_VERSION: latest
263- PYTHON_313_VERSION: latest
264258 needs: {{ range (ds " runtimes" ).runtimes }}
265259 {{- if eq .arch " amd64" }}
266260 - " publish-layer-sandbox ({{ .name }}-{{ .arch }}): [{{ $e2e_region }}]"
You can’t perform that action at this time.
0 commit comments