Skip to content

Commit 08ad991

Browse files
committed
Change stage?
1 parent 2b283fd commit 08ad991

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ stages:
33
- test
44
- sign
55
- publish
6-
- e2e
76

87
.python-before-script: &python-before-script
98
- pip install virtualenv
@@ -176,7 +175,7 @@ publish-layer-{{ $environment_name }} ({{ $runtime.name }}-{{ $runtime.arch }}):
176175
{{- end }}
177176

178177
run-e2e:
179-
stage: e2e
178+
stage: test
180179
tags: ["arch:amd64"]
181180
image: registry.ddbuild.io/images/docker:20.10-py3
182181
needs: {{ range $runtime := (ds "runtimes").runtimes }}

0 commit comments

Comments
 (0)