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:
parent
72dcd55325
commit
0d193db618
@ -3,7 +3,6 @@ include:
|
|||||||
|
|
||||||
stages:
|
stages:
|
||||||
- 'build docker'
|
- 'build docker'
|
||||||
- 'build docker stage 2'
|
|
||||||
- 'preparation'
|
- 'preparation'
|
||||||
- 'pre-build'
|
- 'pre-build'
|
||||||
- 'build'
|
- 'build'
|
||||||
@ -381,7 +380,7 @@ windows amd64 docker:
|
|||||||
}
|
}
|
||||||
|
|
||||||
.windows rust docker build:
|
.windows rust docker build:
|
||||||
stage: 'build docker stage 2'
|
stage: 'build docker'
|
||||||
needs:
|
needs:
|
||||||
- job: 'windows amd64 docker'
|
- job: 'windows amd64 docker'
|
||||||
artifacts: false
|
artifacts: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user