Added secondary full clone for tags
continuous-integration/drone/push Build is failing Details

ref #63
This commit is contained in:
Nicolai Ort 2021-01-13 19:20:42 +01:00
parent c5b28df2ae
commit d0769a5e37
1 changed files with 6 additions and 1 deletions

View File

@ -37,8 +37,13 @@ steps:
tags:
- dev
registry: registry.odit.services
- name: clone_full
image: alpine/git
commands:
- git clone $DRONE_REMOTE_URL .
- git checkout dev
- name: run changelog export
depends_on: ["clone"]
depends_on: ["clone_full"]
image: node:latest
commands:
- npx auto-changelog --commit-limit false -p -u --hide-credit