From 36e6f7cea0c107263a97c310ba29f9c73d2f3a4b Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Tue, 10 Nov 2020 15:19:42 +0800 Subject: [PATCH] Add '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .trustie-pipeline.yml diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml new file mode 100644 index 000000000..9c50f2397 --- /dev/null +++ b/.trustie-pipeline.yml @@ -0,0 +1,14 @@ + +kind: pipeline +name: default + +platform: + os: linux + arch: arm64 + +steps: +- name: test + image: ruby + commands: + - bundle install --jobs=3 --retry=3 + - rake \ No newline at end of file