Commit 6f856bdd authored by Matija Čupić's avatar Matija Čupić

Merge branch 'sethgitlab-updaterubytemplate' into 'master'

Update Ruby.gitlab-ci.yml for new vendor path

See merge request gitlab-org/gitlab!67919
parents cb46d5b0 1ac99f38
......@@ -29,7 +29,8 @@ before_script:
- ruby -v # Print out ruby version for debugging
# Uncomment next line if your rails app needs a JS runtime:
# - apt-get update -q && apt-get install nodejs -yqq
- bundle install -j $(nproc) --path vendor # Install dependencies into ./vendor/ruby
- bundle config set path 'vendor' # Install dependencies into ./vendor/ruby
- bundle install -j $(nproc)
# Optional - Delete if not using `rubocop`
rubocop:
......
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