Update '.trustie-pipeline.yml'

This commit is contained in:
jasder 2020-11-27 15:22:11 +08:00
parent dfeb053b30
commit 1f35d8ba53
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ steps:
- name: install
image: ruby:2.3.7
commands:
- gem install bundler --default -v "2.1.4"
- bundle -v
- bundle install --jobs=3 --retry=3
- rake