mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
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
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue