forked from jasder/forgeplus
Update '.trustie-pipeline.yml'
This commit is contained in:
parent
d70e9892ab
commit
855f54806f
|
@ -7,6 +7,14 @@ platform:
|
|||
|
||||
steps:
|
||||
- name: test
|
||||
image: ruby:latest
|
||||
image: docker:dind
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run/docker.sock
|
||||
commands:
|
||||
- ruby -v
|
||||
- docker ps -a
|
||||
|
||||
volumes:
|
||||
- name: dockersock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
Loading…
Reference in New Issue