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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-20 09:08:35 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-20 09:08:35 +0300
commit6b1ba27ef7373815ea29dc5b80eab846c8acd022 (patch)
tree811fbb43d3b2d0a143f5f37ec1507cacc66e45cf /doc/ci/caching
parent6435f44b720d76c8b19dac713a8c11fcc7a1d2a7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/caching')
-rw-r--r--doc/ci/caching/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/caching/index.md b/doc/ci/caching/index.md
index a85c096db70..d42613edbb2 100644
--- a/doc/ci/caching/index.md
+++ b/doc/ci/caching/index.md
@@ -320,8 +320,8 @@ cache:
- vendor/ruby
before_script:
- - ruby -v # Print out ruby version for debugging
- - bundle install -j $(nproc) --path vendor # Install dependencies into ./vendor/ruby
+ - ruby -v # Print out ruby version for debugging
+ - bundle install -j $(nproc) --path vendor/ruby # Install dependencies into ./vendor/ruby
rspec:
script: