Added secondary full clone for tags
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
ref #63
This commit is contained in:
parent
c5b28df2ae
commit
d0769a5e37
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user