Commit 92c6e8c1 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'originofstorms-master-patch-37765' into 'master'

[docs] Fix inconsistent path in Ruby CI caching example

See merge request gitlab-org/gitlab!23268
parents c4970663 445edf58
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment