From 2d410650fb530c36ab8b9ee984694c0bfe46bfce Mon Sep 17 00:00:00 2001 From: Rick Barenthin Date: Wed, 1 Jun 2022 23:40:09 +0200 Subject: [PATCH 1/2] fix(pipeline): push version and changelog after update --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index f831303..330ab90 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,7 @@ steps: commands: - git add . - git commit -m "[CI SKIP] version and changelog update" + - git push origin - name: tag commit image: registry.riba-interactive.de/conventi:1 commands: -- 2.45.2 From 5f11475069cbe5c9a165b41a971e4b5097f2cdde Mon Sep 17 00:00:00 2001 From: Rick Barenthin Date: Wed, 1 Jun 2022 23:50:38 +0200 Subject: [PATCH 2/2] fix(pipeline): fix `git push` parameters --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 330ab90..a434764 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: commands: - git add . - git commit -m "[CI SKIP] version and changelog update" - - git push origin + - git push origin $DRONE_TARGET_BRANCH - name: tag commit image: registry.riba-interactive.de/conventi:1 commands: -- 2.45.2