From 2cf1b2b744c2ea52d2c0619c32508123265483e5 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 27 Nov 2020 11:47:33 +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 97919f8a6..de4a3c8a6 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -8,7 +8,7 @@ platform: steps: - name: test - image: ruby + image: ruby:2.3.7 commands: - bundle install --jobs=3 --retry=3 - rake