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: commands:
- git clone https://git.odit.services/lfk/backend backend - git clone https://git.odit.services/lfk/backend backend
- cd backend - cd backend
- git checkout feature/31-lib_generate
- name: run openapi export - name: run openapi export
image: node:alpine image: node:alpine
commands: commands:
- cd backend - cd backend
- yarn - yarn
- yarn openapi:export - yarn openapi:export
- mv ./lib/openapi.json ../openapi.json - mv ./openapi.json ../openapi.json
- cd .. - cd ..
- rm -rf backend - rm -rf backend
- name: run lib build - name: run lib build