From a5289500cf90bacf9e8dce867dc10292874842c9 Mon Sep 17 00:00:00 2001 From: Xuu Date: Sat, 29 Aug 2020 01:24:01 +0000 Subject: [PATCH 1/6] Update '.drone.yml' --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index f971a5c..9fc509b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,9 @@ platform: steps: - name: Setup commands: +me: Setup + commands: + - ggggiggiggggiggitggggiggit ggggiggiggggiggitggggiggitggggiggiggggiggitggggiggitpfretch ------t---t---tags---tags - make setup - name: Test From db0878bf449ca24f9d8135aae6d000ed67cbb839 Mon Sep 17 00:00:00 2001 From: Xuu Date: Sat, 29 Aug 2020 01:27:29 +0000 Subject: [PATCH 2/6] Update '.drone.yml' --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9fc509b..6f3a4b5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,10 @@ steps: commands: me: Setup commands: - - ggggiggiggggiggitggggiggit ggggiggiggggiggitggggiggitggggiggiggggiggitggggiggitpfretch ------t---t---tags---tags + commands: +me: Setup + commands: + - make setup - name: Test From 63987f8fa14db3cc399353737695192115666b70 Mon Sep 17 00:00:00 2001 From: xuu Date: Sat, 29 Aug 2020 01:30:57 +0000 Subject: [PATCH 3/6] test --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6f3a4b5..0d6c8d0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ me: Setup commands: me: Setup commands: - + - git fetch origin --tags - make setup - name: Test @@ -49,4 +49,4 @@ steps: trigger: event: - promote -... \ No newline at end of file +... From 47f908ff47a3332d30c061d10b51f4e4ec960884 Mon Sep 17 00:00:00 2001 From: xuu Date: Sat, 29 Aug 2020 01:32:41 +0000 Subject: [PATCH 4/6] test --- .drone.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0d6c8d0..7d7f35e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,11 +9,6 @@ platform: steps: - name: Setup - commands: -me: Setup - commands: - commands: -me: Setup commands: - git fetch origin --tags - make setup @@ -21,6 +16,7 @@ me: Setup - name: Test commands: - make test + trigger: event: - push @@ -37,6 +33,7 @@ platform: steps: - name: Setup commands: + - git fetch origin --tags - make setup - name: Build Release From f8b806f3f4c1904fe1594ba247e31382da29c174 Mon Sep 17 00:00:00 2001 From: xuu Date: Sat, 29 Aug 2020 01:46:51 +0000 Subject: [PATCH 5/6] fix --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7d7f35e..3c3a79e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,10 +39,10 @@ steps: - name: Build Release commands: - cd debian - - make release - make build - make copy - make deploy + - make tag trigger: event: - promote From b308e9fab63df2c883f347e0ad32c9d47fdfecd8 Mon Sep 17 00:00:00 2001 From: xuu Date: Sat, 29 Aug 2020 01:55:57 +0000 Subject: [PATCH 6/6] fix --- debian/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/Makefile b/debian/Makefile index 9ffe8b6..7525d5f 100644 --- a/debian/Makefile +++ b/debian/Makefile @@ -12,7 +12,6 @@ clean: rm -r BUILD/* tag: - git commit -am "release version $(VERSION)" git tag -a -m "release version $(VERSION)" "v$(VERSION)" git push --tags