From 7ea5ca0bb5aa9792c514a22d59217dffa3800581 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 18 Nov 2020 18:09:08 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/ci/parent_child_pipelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ci/parent_child_pipelines.md') diff --git a/doc/ci/parent_child_pipelines.md b/doc/ci/parent_child_pipelines.md index b177751d5da..f5a39a8b7c8 100644 --- a/doc/ci/parent_child_pipelines.md +++ b/doc/ci/parent_child_pipelines.md @@ -52,8 +52,8 @@ For an overview, see [Parent-Child Pipelines feature demo](https://youtu.be/n8Kp ## Examples The simplest case is [triggering a child pipeline](yaml/README.md#trigger) using a -local YAML file to define the pipeline configuration. In this case, the parent pipeline will -trigger the child pipeline, and continue without waiting: +local YAML file to define the pipeline configuration. In this case, the parent pipeline +triggers the child pipeline, and continues without waiting: ```yaml microservice_a: -- cgit v1.2.3