From b86263d972dfbe245f27e71d68bcec30a8b79cc5 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Wed, 13 Jan 2021 18:38:05 +0100 Subject: [PATCH] Disabled custom clone ref #63 --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6aee44a..a1e1024 100644 --- a/.drone.yml +++ b/.drone.yml @@ -71,15 +71,15 @@ steps: image: alpine/git commands: - git clone $DRONE_REMOTE_URL . - - git checkout dev - - name: generate changelog + - git checkout $DRONE_SOURCE_BRANCH + - name: run changelog export image: node:latest commands: - npx auto-changelog --commit-limit false -p -u --hide-credit - name: push new licenses file to repo image: appleboy/drone-git-push settings: - branch: dev + branch: $DRONE_SOURCE_BRANCH commit: true commit_message: 🧾New changelog file version [CI SKIP] author_email: bot@odit.services