From bee039782b971dbd61bb82413ce9d7df8d9c2240 Mon Sep 17 00:00:00 2001 From: cxt Date: Tue, 5 Jan 2021 14:35:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 276d687..357372f 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,13 +1,11 @@ -kind: pipeline -type: docker -name: default - -platform: - os: linux - arch: amd64 - -steps: -- name: greeting - image: primetoninc/jdk - commands: +kind: pipeline +type: docker +name: default +platform: + os: linux + arch: amd64 +steps: +- name: greeting + image: primetoninc/jdk + commands: - echo 'hello world!1121721' > /home/hello.txt \ No newline at end of file