Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFatih Sarhan <f9n@protonmail.com>2019-01-01 00:59:46 +0300
committerFatih Sarhan <f9n@protonmail.com>2019-01-01 00:59:46 +0300
commite73af7252a00f5a9306fa202f5db350503fbe3fd (patch)
tree3d70c759deef4d8d72006e1e0ad9a558bd40b2f5 /doc
parent10879664ccce11b4f4fdde6e734cf0c99af12a66 (diff)
Update doc/ci/yaml/README.md
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 440254e58bd..c74f5e5b3f9 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1660,7 +1660,7 @@ automatically fetched and evaluated along with the content of `.gitlab-ci.yml`:
before_script:
- apt-get update -qq && apt-get install -y -qq sqlite3 libsqlite3-dev nodejs
- - gem install bundler --no-ri --no-rdoc
+ - gem install bundler --no-document
- bundle install --jobs $(nproc) "${FLAGS[@]}"
```