diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-29 21:07:47 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-29 21:07:47 +0000 |
commit | 340ff214b382575ec5075ca10fdd4e4ade76b8dd (patch) | |
tree | 70b938462130622f9aa743140edd9aedd480ef36 /doc | |
parent | 5059cb9b0f223ec05c26f425597dcd6223df0c48 (diff) | |
download | gitlab-ce-340ff214b382575ec5075ca10fdd4e4ade76b8dd.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/multi_project_pipelines.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/multi_project_pipelines.md b/doc/ci/multi_project_pipelines.md index e9b7a7d976c..6b84c3d6d12 100644 --- a/doc/ci/multi_project_pipelines.md +++ b/doc/ci/multi_project_pipelines.md @@ -93,8 +93,8 @@ gets created. If you want to display the downstream pipeline's status instead, s NOTE: **Note:** Bridge jobs do not support every configuration entry that a user can use -in the case of regular jobs. Bridge jobs will not to be picked by a Runner, -thus there is no point in adding support for `script`, for example. If a user +in the case of regular jobs. Bridge jobs will not be picked by a Runner, +so there is no point in adding support for `script`, for example. If a user tries to use unsupported configuration syntax, YAML validation will fail upon pipeline creation. |