From fbd189d6106e014883536ba0a761ee7f9ed1b482 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 27 Nov 2020 11:02:58 +0800 Subject: [PATCH 1/8] Update '.trustie-pipeline.yml' 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 2/8] 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 From 7805e8d47131af4684b6387de85af057271792c0 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 27 Nov 2020 11:51:02 +0800 Subject: [PATCH 3/8] 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 de4a3c8a6..875826edc 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,6 +1,6 @@ kind: pipeline -name: default +name: ruby-2-3-7 platform: os: linux From c2f71c35c2d6d57a9a3ad20bb8db8fc43ade863e Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 27 Nov 2020 13:45:57 +0800 Subject: [PATCH 4/8] 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 875826edc..de4a3c8a6 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,6 +1,6 @@ kind: pipeline -name: ruby-2-3-7 +name: default platform: os: linux 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 5/8] 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 From dfeb053b30e8bec5a4f505aea688e3d52c9eaf18 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 27 Nov 2020 14:58:45 +0800 Subject: [PATCH 6/8] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 8fba6286d..77558ff70 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -10,6 +10,7 @@ steps: - name: install image: ruby:2.3.7 commands: + - bundle -v - bundle install --jobs=3 --retry=3 - rake From 1f35d8ba530ca352f64ce9b30564b146102b4d56 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 27 Nov 2020 15:22:11 +0800 Subject: [PATCH 7/8] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 77558ff70..1c7dd7d2f 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -10,6 +10,7 @@ steps: - name: install image: ruby:2.3.7 commands: + - gem install bundler --default -v "2.1.4" - bundle -v - bundle install --jobs=3 --retry=3 - rake 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 8/8] 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