forked from jasder/forgeplus
Update '.trustie-pipeline.yml'
This commit is contained in:
parent
d70e9892ab
commit
855f54806f
|
@ -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
|
Loading…
Reference in New Issue