Update '.trustie-pipeline.yml'

This commit is contained in:
Jason 2020-08-26 17:07:07 +08:00
parent d70e9892ab
commit 855f54806f
1 changed files with 17 additions and 9 deletions

View File

@ -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