From b08fcbd0a3605c0cf5379090ba8c70d19507076e Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 24 Jul 2020 17:34:03 +0800 Subject: [PATCH] Upate file --- .trustie-pipeline.yml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index b2af5fc..17ea19b 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,15 +1,13 @@ kind: pipeline - name: default +name: default - platform: - os: linux - arch: arm64 +platform: + os: linux + arch: arm64 - steps: - - name: test - image: gcc - commands: - - ./configure - - make - - make test - 1111 \ No newline at end of file +steps: +- name: test + image: ruby + commands: + - bundle install --jobs=3 --retry=3 + - rake \ No newline at end of file