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
diff options
context:
space:
mode:
authorFatih Sarhan <f9n@protonmail.com>2018-12-27 17:19:41 +0300
committerFatih Sarhan <f9n@protonmail.com>2018-12-27 17:19:41 +0300
commit66596daf05e2a90d60c0723a96d092ae1b03ca7b (patch)
tree26ac7e63db6e2239ac4e3a3b5d045999b2c42437 /doc/ci/quick_start
parent77909a88460bbc864a5f95f3fa66053eb6cab5a8 (diff)
Fix #55740: Use --no-document option instead of deprecated options in simple .gitlab-ci.yml file
Diffstat (limited to 'doc/ci/quick_start')
-rw-r--r--doc/ci/quick_start/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md
index bdc593493ea..1ec8a8c89c9 100644
--- a/doc/ci/quick_start/README.md
+++ b/doc/ci/quick_start/README.md
@@ -77,7 +77,7 @@ before_script:
- apt-get update -qq && apt-get install -y -qq sqlite3 libsqlite3-dev nodejs
- ruby -v
- which ruby
- - gem install bundler --no-ri --no-rdoc
+ - gem install bundler --no-document
- bundle install --jobs $(nproc) "${FLAGS[@]}"
rspec: