projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72dcd55
)
windows: use a single stage for building image
author
Jordan Petridis
<jordan@centricular.com>
Thu, 26 Aug 2021 17:00:50 +0000
(20:00 +0300)
committer
Jordan 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
patch
|
blob
|
history
diff --git
a/gitlab/ci_template.yml
b/gitlab/ci_template.yml
index
ffef5f6
..
4e5c808
100644
(file)
--- 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