parent
f9437065ee
commit
aaaa15a0ef
25
.drone.yml
25
.drone.yml
@ -55,24 +55,6 @@ steps:
|
|||||||
skip_verify: true
|
skip_verify: true
|
||||||
ssh_key:
|
ssh_key:
|
||||||
from_secret: GITLAB_SSHKEY
|
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
|
- name: run changelog export
|
||||||
image: node:latest
|
image: node:latest
|
||||||
commands:
|
commands:
|
||||||
@ -87,11 +69,12 @@ steps:
|
|||||||
remote: git@git.odit.services:lfk/backend.git
|
remote: git@git.odit.services:lfk/backend.git
|
||||||
ssh_key:
|
ssh_key:
|
||||||
from_secret: GITLAB_SSHKEY
|
from_secret: GITLAB_SSHKEY
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
|
||||||
- pull_request
|
|
||||||
branch:
|
branch:
|
||||||
- main
|
- dev
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
Loading…
x
Reference in New Issue
Block a user