summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2016-04-07 06:19:33 +0000
committerRobert Schilling <rschilling@student.tugraz.at>2016-04-07 06:19:33 +0000
commite684063b216e94b850f2c4af82f4a0670126e772 (patch)
tree1f5989f0f76eefbbacf60863161d729271c6aa77 /doc
parent8f0945311b8f5fe30b0b57739ee9f3262499f375 (diff)
parent71b5010a940c4b0364126ba7e2dfc0ce07b69f25 (diff)
downloadgitlab-ce-e684063b216e94b850f2c4af82f4a0670126e772.tar.gz
Merge branch 'patch-1' into 'master'
Fix typo in .gitlab-ci.yml doc. [ci skip] See merge request !3581
Diffstat (limited to 'doc')
-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 4316f3c1f64..7da9b31e30d 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -38,7 +38,7 @@ services:
- postgres
before_script:
- - bundle_install
+ - bundle install
stages:
- build