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:
Luke Granger-Brown 2021-03-28 15:30:15 +00:00
parent 2b8dce0920
commit fe4b95c532

View file

@ -22,6 +22,7 @@ generatePipeline:
startPipeline:
stage: start
trigger:
strategy: depend
include:
- artifact: gitlab-ci.yml
job: generatePipeline