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