From d3a088e5b69d4c05f8527e91683c89952e1a02aa Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Fri, 27 Nov 2020 16:50:00 +0800 Subject: [PATCH] Update ci yml --- .trustie-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index f69e2003e..97d39d249 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -12,7 +12,8 @@ steps: commands: - gem install bundler --default -v "2.1.4" - gem list bunder - - bundle install --jobs=3 --retry=3 + - bundle -v + - bundle _2.1.4_ install --jobs=1 --retry=1 - rake - name: test