Added custom trigger
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Nicolai Ort 2020-12-29 14:44:28 +01:00
parent 91babfd552
commit cee8e3b2ba

View File

@ -7,6 +7,8 @@ steps:
image: alpine/git image: alpine/git
commands: commands:
- git clone https://git.odit.services/lfk/backend backend - git clone https://git.odit.services/lfk/backend backend
- git update-ref -d refs/tags
- git fetch
- cd backend - cd backend
- name: run openapi export - name: run openapi export
image: node:alpine image: node:alpine
@ -43,4 +45,6 @@ steps:
trigger: trigger:
event: event:
exclude: exclude:
- push - push
include:
- custom