forked from jasder/forgeplus
Update '.trustie-pipeline.yml'
This commit is contained in:
parent
855f54806f
commit
ba1e3adbfa
|
@ -7,14 +7,7 @@ kind: pipeline
|
|||
|
||||
steps:
|
||||
- name: test
|
||||
image: docker:dind
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run/docker.sock
|
||||
image: ruby
|
||||
commands:
|
||||
- docker ps -a
|
||||
|
||||
volumes:
|
||||
- name: dockersock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
- bundle install --jobs=3 --retry=3
|
||||
- rake
|
Loading…
Reference in New Issue