Commit 768d6827 authored by Jason Yavorska's avatar Jason Yavorska Committed by Marcel Amirault

Fix issue with describing includes for child/parent pipelines

parent 91f7200a
...@@ -43,8 +43,8 @@ Child pipelines work well with other GitLab CI/CD features: ...@@ -43,8 +43,8 @@ Child pipelines work well with other GitLab CI/CD features:
- Since the parent pipeline in `.gitlab-ci.yml` and the child pipeline run as normal - Since the parent pipeline in `.gitlab-ci.yml` and the child pipeline run as normal
pipelines, they can have their own behaviors and sequencing in relation to triggers. pipelines, they can have their own behaviors and sequencing in relation to triggers.
All of this will work with the [`include:`](yaml/README.md#include) feature so you can compose See the [`trigger:`](yaml/README.md#trigger) keyword documentation for full details on how to
the child pipeline configuration. include the child pipeline configuration.
<i class="fa fa-youtube-play youtube" aria-hidden="true"></i> <i class="fa fa-youtube-play youtube" aria-hidden="true"></i>
For an overview, see [Parent-Child Pipelines feature demo](https://youtu.be/n8KpBSqZNbk). For an overview, see [Parent-Child Pipelines feature demo](https://youtu.be/n8KpBSqZNbk).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment