We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b283fd commit 08ad991Copy full SHA for 08ad991
ci/input_files/build.yaml.tpl
@@ -3,7 +3,6 @@ stages:
3
- test
4
- sign
5
- publish
6
- - e2e
7
8
.python-before-script: &python-before-script
9
- pip install virtualenv
@@ -176,7 +175,7 @@ publish-layer-{{ $environment_name }} ({{ $runtime.name }}-{{ $runtime.arch }}):
176
175
{{- end }}
177
178
run-e2e:
179
- stage: e2e
+ stage: test
180
tags: ["arch:amd64"]
181
image: registry.ddbuild.io/images/docker:20.10-py3
182
needs: {{ range $runtime := (ds "runtimes").runtimes }}
0 commit comments