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