diff --git a/.drone.yml b/.drone.yml index 42fa426..2da5630 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,6 @@ steps: commands: - git clone https://git.odit.services/lfk/backend backend - cd backend - - git checkout feature/31-lib_generation - name: run lib build image: node:alpine commands: @@ -47,7 +46,7 @@ trigger: --- kind: pipeline -name: build:test +name: release:onpush steps: - name: npm