Moved changelog generation to dev build for now

ref #63
This commit is contained in:
Nicolai Ort 2021-01-13 19:07:50 +01:00
parent f9437065ee
commit aaaa15a0ef
1 changed files with 4 additions and 21 deletions

View File

@ -55,24 +55,6 @@ steps:
skip_verify: true
ssh_key:
from_secret: GITLAB_SSHKEY
trigger:
branch:
- dev
event:
- push
---
kind: pipeline
name: pr:generate_changelog
clone:
disable: true
steps:
- name: checkout pr
image: alpine/git
commands:
- git clone $DRONE_REMOTE_URL .
- git checkout $DRONE_SOURCE_BRANCH
- name: run changelog export
image: node:latest
commands:
@ -87,11 +69,12 @@ steps:
remote: git@git.odit.services:lfk/backend.git
ssh_key:
from_secret: GITLAB_SSHKEY
trigger:
event:
- pull_request
branch:
- main
- dev
event:
- push
---
kind: pipeline