From 4ab94fc8947a3859e2f19c989080710b6d8f0d75 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 21:46:32 +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 | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index fb0ac71..5fc1913 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,15 +1,8 @@ kind: pipeline name: default -steps: -- name: en - image: alpine - commands: - - echo hello - - echo world +platform: + os: linux + arch: arm64 -- name: test - image: ruby - commands: - - bundle install --jobs=3 --retry=3 - - rake \ No newline at end of file +steps: