From 745951024cfef1e58d24dec7db201e5e8c34cbb7 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 21:34:38 +0800 Subject: [PATCH 1/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.yml?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 17ea19b..432ed6a 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -7,7 +7,7 @@ platform: steps: - name: test - image: ruby - commands: - - bundle install --jobs=3 --retry=3 - - rake \ No newline at end of file + image: ruby + commands: + - bundle install --jobs=3 --retry=3 + - rake \ No newline at end of file From 3387836435f8df766cbcf72f80acfbccf6eabdcc Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 21:40:40 +0800 Subject: [PATCH 2/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.yml?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 432ed6a..f0b63dd 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -6,6 +6,12 @@ platform: arch: arm64 steps: +- name: en + image: alpine + commands: + - echo hello + - echo world + - name: test image: ruby commands: From 07c92153a440e07ea4e5d6e9dcd35d7f101211cd Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 21:44:25 +0800 Subject: [PATCH 3/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.yml?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index f0b63dd..fb0ac71 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,10 +1,6 @@ kind: pipeline name: default -platform: - os: linux - arch: arm64 - steps: - name: en image: alpine From 4ab94fc8947a3859e2f19c989080710b6d8f0d75 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 21:46:32 +0800 Subject: [PATCH 4/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.yml?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index fb0ac71..5fc1913 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,15 +1,8 @@ kind: pipeline name: default -steps: -- name: en - image: alpine - commands: - - echo hello - - echo world +platform: + os: linux + arch: arm64 -- name: test - image: ruby - commands: - - bundle install --jobs=3 --retry=3 - - rake \ No newline at end of file +steps: From 5294e9cdfc9c68db499bb632bcc28db3f65f241e Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 21:51:38 +0800 Subject: [PATCH 5/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.yml?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 5fc1913..958fc00 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -3,6 +3,6 @@ name: default platform: os: linux - arch: arm64 + arch: aarch64 steps: From e4c22f4836c331fae66781afe0fda94d7e334bbc Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 21:53:40 +0800 Subject: [PATCH 6/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.yml?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 958fc00..5fc1913 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -3,6 +3,6 @@ name: default platform: os: linux - arch: aarch64 + arch: arm64 steps: From aea73431af2f65b0fa0a74e7402fccbd5fff2acc Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 22:08:13 +0800 Subject: [PATCH 7/9] update .trustie-pipeline.yml --- .trustie-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 5fc1913..4eb6202 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -6,3 +6,4 @@ platform: arch: arm64 steps: + - echo hola \ No newline at end of file From d1090dc9bfcd2bba3e7bf3ddbb1cf5e60a70fab4 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 22:12:02 +0800 Subject: [PATCH 8/9] update .trustie-pipeline.yml --- .trustie-pipeline.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 4eb6202..1c41f16 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -6,4 +6,7 @@ platform: arch: arm64 steps: - - echo hola \ No newline at end of file + - name: test + image: node:latest + commands: + - echo hello \ No newline at end of file From 7e275ca9b49ad30f7bb559aee3a0eddb0be04eee Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 23:18:48 +0800 Subject: [PATCH 9/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.yml?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 1c41f16..eafd809 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -7,6 +7,6 @@ platform: steps: - name: test - image: node:latest + image: node commands: - echo hello \ No newline at end of file