[CI SKIP]
This commit is contained in:
@@ -23,8 +23,9 @@ 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 dev
|
||||||
- name: run openapi export
|
- name: run openapi export
|
||||||
image: node:alpine
|
image: registry.odit.services/hub/library/node:19.5.0-alpine3.16
|
||||||
commands:
|
commands:
|
||||||
- cd backend
|
- cd backend
|
||||||
- yarn
|
- yarn
|
||||||
@@ -33,7 +34,7 @@ steps:
|
|||||||
- cd ..
|
- cd ..
|
||||||
- rm -rf backend
|
- rm -rf backend
|
||||||
- name: run lib build
|
- name: run lib build
|
||||||
image: node:alpine
|
image: registry.odit.services/hub/library/node:19.5.0-alpine3.16
|
||||||
commands:
|
commands:
|
||||||
- yarn
|
- yarn
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|||||||
Reference in New Issue
Block a user