Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2019-12-29 21:07:47 +00:00
parent 5059cb9b0f
commit 340ff214b3
1 changed files with 2 additions and 2 deletions

View File

@ -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.