Skip to content

Commit 4eaf0fa

Browse files
committed
Just Trim.
1 parent 88a298c commit 4eaf0fa

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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 }}]"

0 commit comments

Comments
 (0)