From ec3c64dc040c518755ac17e170ef8d0bb5f68c85 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 30 Nov 2020 17:17:12 +0800 Subject: [PATCH] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 48be3d179..fcd9b3532 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -11,6 +11,7 @@ steps: commands: - gem install bundler - bundle -v + - bundle -v - bundle install --jobs=1 --retry=1 - name: test