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