From 855f54806fff4800047cd4376bd620b09b070dfd Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 26 Aug 2020 17:07:07 +0800 Subject: [PATCH] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 836a3ec..eb749bf 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -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 \ No newline at end of file + 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 \ No newline at end of file