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

@ -1,12 +1,20 @@
kind: pipeline kind: pipeline
name: default name: default
platform: platform:
os: linux os: linux
arch: arm64 arch: arm64
steps: steps:
- name: test - name: test
image: ruby:latest image: docker:dind
commands: volumes:
- ruby -v - name: dockersock
path: /var/run/docker.sock
commands:
- docker ps -a
volumes:
- name: dockersock
host:
path: /var/run/docker.sock