Manual branch overwrite
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Nicolai Ort 2020-12-13 19:21:19 +01:00
parent aa7fe1aeb6
commit 3a20998ed9

View File

@ -8,13 +8,14 @@ steps:
commands:
- git clone https://git.odit.services/lfk/backend backend
- cd backend
- git checkout feature/31-lib_generate
- name: run openapi export
image: node:alpine
commands:
- cd backend
- yarn
- yarn openapi:export
- mv ./lib/openapi.json ../openapi.json
- mv ./openapi.json ../openapi.json
- cd ..
- rm -rf backend
- name: run lib build