Update '.trustie-pipeline.yml'
This commit is contained in:
parent
c2f71c35c2
commit
dc8e44b553
|
@ -7,8 +7,16 @@ platform:
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: install
|
||||||
image: ruby:2.3.7
|
image: ruby:2.3.7
|
||||||
commands:
|
commands:
|
||||||
- bundle install --jobs=3 --retry=3
|
- bundle install --jobs=3 --retry=3
|
||||||
- rake
|
- rake
|
||||||
|
|
||||||
|
- name: test
|
||||||
|
image: ruby:2.3.7
|
||||||
|
volumes:
|
||||||
|
- name: bundle
|
||||||
|
path: /usr/local/bundle
|
||||||
|
commands:
|
||||||
|
- rake
|
||||||
|
|
Loading…
Reference in New Issue