Skip to content

Commit ba03172

Browse files
committed
Whitespace cleanups.
1 parent fe77f31 commit ba03172

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,16 +260,16 @@ e2e-test:
260260
project: DataDog/serverless-e2e-tests
261261
strategy: depend
262262
variables:
263-
LANGUAGES_SUBSET: python
264-
# These env vars are inherited from the dotenv reports of the publish-layer jobs
263+
LANGUAGES_SUBSET: python
264+
# These env vars are inherited from the dotenv reports of the publish-layer jobs
265265
{{- range (ds "runtimes").runtimes }}
266266
{{- if eq .arch "amd64" }}
267267
{{- $version := print (.name | strings.Trim "python") }}
268-
PYTHON_{{ $version }}_VERSION: $PYTHON_{{ $version }}_VERSION
268+
PYTHON_{{ $version }}_VERSION: $PYTHON_{{ $version }}_VERSION
269269
{{- end }}
270270
{{- end }}
271271
needs: {{ range (ds "runtimes").runtimes }}
272272
{{- if eq .arch "amd64" }}
273273
- "publish-layer-sandbox ({{ .name }}-{{ .arch }}): [{{ $e2e_region }}]"
274274
{{- end }}
275-
{{- end }}
275+
{{- end }}

0 commit comments

Comments
 (0)