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