From d78b65fff10771349a02c1562043efe61dad2a50 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 16:29:05 +0800 Subject: [PATCH] add devops file --- .trustie-pipeline.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .trustie-pipeline.yml diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml new file mode 100644 index 0000000..17ea19b --- /dev/null +++ b/.trustie-pipeline.yml @@ -0,0 +1,13 @@ +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