diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-12-14 22:26:13 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-12-14 22:26:13 +0000 |
commit | 7aef342057db3da03e2fb3ceaf43ed3bf551cbec (patch) | |
tree | c09b04ab9211aa714931b096c55a2ed4c694136b /doc/ci/yaml | |
parent | c44162655dbd38c854398c68325a5990a6b04ffc (diff) | |
parent | f208b7ee05ef7841bba7d26230b1d74d1082b66e (diff) | |
download | gitlab-ce-7aef342057db3da03e2fb3ceaf43ed3bf551cbec.tar.gz |
Merge branch 'patch-31' into 'master'
Fixed link in doc/ci/yaml/README.md
See merge request gitlab-org/gitlab-ce!23433
Diffstat (limited to 'doc/ci/yaml')
-rw-r--r-- | doc/ci/yaml/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index cc1423c335c..acfcd05624d 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -629,7 +629,7 @@ failure. fails. 1. `always` - execute job regardless of the status of jobs from prior stages. 1. `manual` - execute job manually (added in GitLab 8.10). Read about - [manual actions](#when-manual) below. + [manual actions](#whenmanual) below. For example: |