From b50a9f25efd885dfcbdee53fa7c02fc93d8d32cd Mon Sep 17 00:00:00 2001 From: dongsk Date: Mon, 14 Aug 2023 20:23:35 +0800 Subject: [PATCH 1/3] =?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 2/3] 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 3/3] =?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 ]