From dc8e44b5537b836a646cb1e1a73465a6f008eedb Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 27 Nov 2020 13:48:17 +0800 Subject: [PATCH] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index de4a3c8a6..8fba6286d 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -7,8 +7,16 @@ platform: arch: arm64 steps: -- name: test +- name: install image: ruby:2.3.7 commands: - bundle install --jobs=3 --retry=3 - rake + +- name: test + image: ruby:2.3.7 + volumes: + - name: bundle + path: /usr/local/bundle + commands: + - rake