This commit is contained in:
parent
aa7fe1aeb6
commit
3a20998ed9
@ -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
|
||||
|
Reference in New Issue
Block a user