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