forked from Gitlink/forgeplus
FIX update bunlder version
This commit is contained in:
parent
5ab6d0db04
commit
e6e616a037
|
@ -10,6 +10,7 @@ steps:
|
|||
- name: install
|
||||
image: ruby:2.4.5
|
||||
commands:
|
||||
- gem install bundler
|
||||
- bundle -v
|
||||
- bundle install --jobs=1 --retry=1
|
||||
- rake
|
||||
|
|
Loading…
Reference in New Issue