ref #63
This commit is contained in:
parent
d0769a5e37
commit
290bb29e64
14
.drone.yml
14
.drone.yml
@ -23,8 +23,15 @@ trigger:
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: build:dev
|
name: build:dev
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: clone
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git clone $DRONE_REMOTE_URL .
|
||||||
|
- git checkout dev
|
||||||
- name: build dev
|
- name: build dev
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
depends_on: [clone]
|
depends_on: [clone]
|
||||||
@ -37,13 +44,8 @@ steps:
|
|||||||
tags:
|
tags:
|
||||||
- dev
|
- dev
|
||||||
registry: registry.odit.services
|
registry: registry.odit.services
|
||||||
- name: clone_full
|
|
||||||
image: alpine/git
|
|
||||||
commands:
|
|
||||||
- git clone $DRONE_REMOTE_URL .
|
|
||||||
- git checkout dev
|
|
||||||
- name: run changelog export
|
- name: run changelog export
|
||||||
depends_on: ["clone_full"]
|
depends_on: ["clone"]
|
||||||
image: node:latest
|
image: node:latest
|
||||||
commands:
|
commands:
|
||||||
- npx auto-changelog --commit-limit false -p -u --hide-credit
|
- npx auto-changelog --commit-limit false -p -u --hide-credit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user