GitLab CI: Move Container build under rpmbuild stage
so taht it can be running in parallel instead of blocking all of the other test jobs in the pipeline.
This commit is contained in:
parent
0d04ab9752
commit
9a4b5763e9
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
stages:
|
||||
- init
|
||||
- rpmbuild
|
||||
- containerbuild
|
||||
- test
|
||||
- finish
|
||||
|
||||
|
|
@ -49,7 +48,7 @@ RPM:
|
|||
INTERNAL_NETWORK: ["true"]
|
||||
|
||||
Container:
|
||||
stage: containerbuild
|
||||
stage: rpmbuild
|
||||
extends: .terraform
|
||||
variables:
|
||||
EXTRA_REPO_PATH_SEGMENT: "gitlab/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue