diff options
author | Rémy Coutable <remy@rymai.me> | 2016-07-08 14:52:37 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-07-08 14:52:37 +0000 |
commit | 14d08ee172374d15fd60d648c79728f997952cad (patch) | |
tree | 38068b8ed79d86259e02bf8b21c03ff9fccf7ec4 /doc/ci/yaml | |
parent | 8657e327ffb075031d13a79a4f8405ca6a39f31d (diff) | |
parent | af9a38f764ddd86e1179a2a95250755766ba5a66 (diff) | |
download | gitlab-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/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 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: |