Edit .onedev-buildspec.yml
This commit is contained in:
parent
f17a8dc327
commit
2d7fab12a5
@ -18,7 +18,8 @@ jobs:
|
|||||||
image: node:16.17.0-alpine
|
image: node:16.17.0-alpine
|
||||||
interpreter: !DefaultInterpreter
|
interpreter: !DefaultInterpreter
|
||||||
commands:
|
commands:
|
||||||
- docker build -t nebula:latest .
|
- yarn --registry=https://registry.npm.taobao.org
|
||||||
|
- npx nuxt build
|
||||||
useTTY: false
|
useTTY: false
|
||||||
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
||||||
triggers:
|
triggers:
|
||||||
|
Loading…
Reference in New Issue
Block a user