Disabled custom clone

ref #63
This commit is contained in:
Nicolai Ort 2021-01-13 18:38:05 +01:00
parent 6345666ae6
commit b86263d972
1 changed files with 3 additions and 3 deletions

View File

@ -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