From c865c948e73cb36b0627c1b4eaac4d2c234784e8 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 27 Nov 2020 15:46:51 +0800 Subject: [PATCH] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 1c7dd7d2f..f69e2003e 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -11,7 +11,7 @@ steps: image: ruby:2.3.7 commands: - gem install bundler --default -v "2.1.4" - - bundle -v + - gem list bunder - bundle install --jobs=3 --retry=3 - rake