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
name: default
name: default
platform:
os: linux
arch: arm64
platform:
os: linux
arch: arm64
steps:
- name: test
image: ruby:latest
commands:
- ruby -v
steps:
- name: test
image: docker:dind
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- docker ps -a
volumes:
- name: dockersock
host:
path: /var/run/docker.sock