summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-07-08 14:52:37 +0000
committerRémy Coutable <remy@rymai.me>2016-07-08 14:52:37 +0000
commit14d08ee172374d15fd60d648c79728f997952cad (patch)
tree38068b8ed79d86259e02bf8b21c03ff9fccf7ec4 /doc/ci
parent8657e327ffb075031d13a79a4f8405ca6a39f31d (diff)
parentaf9a38f764ddd86e1179a2a95250755766ba5a66 (diff)
downloadgitlab-ce-14d08ee172374d15fd60d648c79728f997952cad.tar.gz
Merge branch 'patch-1' into 'master'
Fixed Typo in README.md ## What does this MR do? Found a Typo in the README.md file. before_script should be with ":" Script didn't work for me without ":" ## Why was this MR needed? Missing ":" can be irritating for new users. See merge request !4419
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index d2d1b04f893..eb81267242e 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -811,7 +811,7 @@ deploy:
It's possible to overwrite globally defined `before_script` and `after_script`:
```yaml
-before_script
+before_script:
- global before script
job: