summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2021-08-26 20:00:50 +0300
committerJordan Petridis <jordan@centricular.com>2021-09-08 15:27:38 +0300
commit0d193db61895cffa4d2c10000fc291332f453429 (patch)
treed4e324c7aab31bb07ede4dca54a9aa3725f494b1
parent72dcd55325513365a953cba9dbed91ec593606f8 (diff)
windows: use a single stage for building image
With gitlab 14.2 now a job can depend on another from the same stage. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/414>
-rw-r--r--gitlab/ci_template.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml
index ffef5f6..4e5c808 100644
--- a/gitlab/ci_template.yml
+++ b/gitlab/ci_template.yml
@@ -3,7 +3,6 @@ include:
stages:
- 'build docker'
- - 'build docker stage 2'
- 'preparation'
- 'pre-build'
- 'build'
@@ -381,7 +380,7 @@ windows amd64 docker:
}
.windows rust docker build:
- stage: 'build docker stage 2'
+ stage: 'build docker'
needs:
- job: 'windows amd64 docker'
artifacts: false