Skip to content

Commit 7255a2b

Browse files
committed
Needing publish loads dotenv artifact.
1 parent 0c3f604 commit 7255a2b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,11 @@ e2e-status:
280280
tags: ["arch:amd64"]
281281
needs:
282282
- e2e-test
283+
{{- range (ds "runtimes").runtimes }}
284+
{{- if eq .arch "amd64" }}
285+
- "publish-layer-sandbox ({{ .name }}-{{ .arch }}): [{{ $e2e_region }}]"
286+
{{- end }}
287+
{{- end }}
283288
script:
284289
- echo "Python layer ARNs used in E2E tests:"
285290
{{- range (ds "runtimes").runtimes }}

0 commit comments

Comments
 (0)