Cleaned up pipeline step
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Nicolai Ort 2020-12-30 19:03:03 +01:00
parent 5b44c086f2
commit 9d65a8ec78

View File

@ -7,8 +7,6 @@ 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