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