From d5422a485f7a1e76d92af43074285d9924660d39 Mon Sep 17 00:00:00 2001 From: dongsk Date: Mon, 14 Aug 2023 19:52:27 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E6=B5=8B=E8=AF=95=20release/S2=20=E6=89=93?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05eb304..7455420 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # demo-athenaopt +测试 release/S2 打包 \ No newline at end of file From 821e9efca694a74bc02db58997a30660c9b95714 Mon Sep 17 00:00:00 2001 From: robot Date: Mon, 14 Aug 2023 11:53:31 +0000 Subject: [PATCH 2/5] auto increment build version 1000 [CI SKIP] --- version_control/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_control/BUILD b/version_control/BUILD index a6905f8..83b33d2 100644 --- a/version_control/BUILD +++ b/version_control/BUILD @@ -1 +1 @@ -999 +1000 From b50a9f25efd885dfcbdee53fa7c02fc93d8d32cd Mon Sep 17 00:00:00 2001 From: dongsk Date: Mon, 14 Aug 2023 20:23:35 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E6=89=93=E5=8C=85=E6=B5=8B=E8=AF=952?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5d03979..66b8b88 100644 --- a/.drone.yml +++ b/.drone.yml @@ -83,7 +83,7 @@ steps: commands: # - make branch=develop to_git # - make branch=master to_git - - make branch=develop to_git + - make branch=release/S2 to_git when: status: [ success ] branch: From 1a174aa24572b6fecd10ab6187d7d3c6fdd968f9 Mon Sep 17 00:00:00 2001 From: robot Date: Mon, 14 Aug 2023 12:24:38 +0000 Subject: [PATCH 4/5] auto increment build version 1000 [CI SKIP] --- version_control/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_control/BUILD b/version_control/BUILD index a6905f8..83b33d2 100644 --- a/version_control/BUILD +++ b/version_control/BUILD @@ -1 +1 @@ -999 +1000 From 81b3db3acc2bf1016af92d06bd30f58c3d75778c Mon Sep 17 00:00:00 2001 From: dongsk Date: Mon, 14 Aug 2023 20:27:42 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E6=89=93=E5=8C=85=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 66b8b88..13df833 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,7 +38,7 @@ steps: - sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories - apk add tree --no-cache - tree ./$backendName - - make branch=develop vc + - make branch=release/S2 vc # - make branch=master vc when: status: [ success ]