diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-20 06:08:35 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-20 06:08:35 +0000 |
commit | 6b1ba27ef7373815ea29dc5b80eab846c8acd022 (patch) | |
tree | 811fbb43d3b2d0a143f5f37ec1507cacc66e45cf /doc/ci/caching | |
parent | 6435f44b720d76c8b19dac713a8c11fcc7a1d2a7 (diff) | |
download | gitlab-ce-6b1ba27ef7373815ea29dc5b80eab846c8acd022.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/caching')
-rw-r--r-- | doc/ci/caching/index.md | 4 |
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: |