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>
This commit is contained in:
Jordan Petridis 2021-08-26 20:00:50 +03:00
parent 72dcd55325
commit 0d193db618

View 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