Update '.trustie-pipeline.yml'

This commit is contained in:
Jason 2020-08-26 17:08:52 +08:00
parent 855f54806f
commit ba1e3adbfa
1 changed files with 3 additions and 10 deletions

View File

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