gitlab-ci: block parent pipeline until child is complete
Without strategy: depend, the parent pipeline will succeed immediately after triggering the child. It's more useful to mirror the status, so the commit status is rendered correctly.
This commit is contained in:
parent
2b8dce0920
commit
fe4b95c532
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ generatePipeline:
|
||||||
startPipeline:
|
startPipeline:
|
||||||
stage: start
|
stage: start
|
||||||
trigger:
|
trigger:
|
||||||
|
strategy: depend
|
||||||
include:
|
include:
|
||||||
- artifact: gitlab-ci.yml
|
- artifact: gitlab-ci.yml
|
||||||
job: generatePipeline
|
job: generatePipeline
|
||||||
|
|
Loading…
Reference in a new issue