From 2da66d6634380327fe50e1377c08ec13707070da Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Wed, 23 Sep 2020 10:19:47 +0800 Subject: [PATCH] test --- .trustie-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 432ed6a..27b556c 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -9,5 +9,6 @@ steps: - name: test image: ruby commands: + - ruby -v - bundle install --jobs=3 --retry=3 - rake \ No newline at end of file