diff options
author | Philipp Kraus <twinbrotherpro@googlemail.com> | 2016-06-01 18:33:42 +0000 |
---|---|---|
committer | Philipp Kraus <twinbrotherpro@googlemail.com> | 2016-06-01 18:33:42 +0000 |
commit | af9a38f764ddd86e1179a2a95250755766ba5a66 (patch) | |
tree | b51317374672a0c87b13752afd01a1b162eaff7f /doc | |
parent | 5a377d20d53a2b15229505c0f428f0d9b5925622 (diff) | |
download | gitlab-ce-af9a38f764ddd86e1179a2a95250755766ba5a66.tar.gz |
Fixed Typo in README.md
Diffstat (limited to 'doc')
-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 a3481f58c6c..01805914b66 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -713,7 +713,7 @@ deploy: It's possible to overwrite globally defined `before_script` and `after_script`: ```yaml -before_script +before_script: - global before script job: |