From cee8e3b2ba32a52de72cf027a7b77104b0cd3a6f Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 29 Dec 2020 14:44:28 +0100 Subject: [PATCH] Added custom trigger --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 03ec52b..74aaeb2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,8 @@ steps: image: alpine/git commands: - git clone https://git.odit.services/lfk/backend backend + - git update-ref -d refs/tags + - git fetch - cd backend - name: run openapi export image: node:alpine @@ -43,4 +45,6 @@ steps: trigger: event: exclude: - - push \ No newline at end of file + - push + include: + - custom \ No newline at end of file