windows: use a single stage for building image
authorJordan Petridis <jordan@centricular.com>
Thu, 26 Aug 2021 17:00:50 +0000 (20:00 +0300)
committerJordan Petridis <jordan@centricular.com>
Wed, 8 Sep 2021 12:27:38 +0000 (15:27 +0300)
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>

gitlab/ci_template.yml

index ffef5f6..4e5c808 100644 (file)
@@ -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