Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-12-04 15:09:39 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-04 15:09:39 +0300
commit8322f051740fba113c5c1f6fba96b9c943240746 (patch)
treebc695dfd5538f9378041f4a4fa6bd097ecf58954 /doc/ci/parent_child_pipelines.md
parentf9fe7cda4bdbc477d8d76e5def4023f7d03bab46 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/parent_child_pipelines.md')
-rw-r--r--doc/ci/parent_child_pipelines.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ci/parent_child_pipelines.md b/doc/ci/parent_child_pipelines.md
index b63b685c822..d088d0d7e4d 100644
--- a/doc/ci/parent_child_pipelines.md
+++ b/doc/ci/parent_child_pipelines.md
@@ -178,4 +178,5 @@ possible to trigger another level of child pipelines.
## Pass variables to a child pipeline
-You can [pass variables to a downstream pipeline](multi_project_pipelines.md#passing-variables-to-a-downstream-pipeline).
+You can [pass variables to a downstream pipeline](multi_project_pipelines.md#passing-variables-to-a-downstream-pipeline)
+the same way as for multi-project pipelines.