mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-01 02:41:42 +00:00
Update .gitlab-ci.yml
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
stages:
|
||||
- build_ui
|
||||
- build_jar
|
||||
|
||||
build_ui:
|
||||
image:node:latest
|
||||
stage: build_ui
|
||||
image: node:latest
|
||||
script:
|
||||
- cd chameleon-client
|
||||
- npm install
|
||||
- npm run build
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
build_jar:
|
||||
stage: build_jar
|
||||
script:
|
||||
- echo "hrllo"
|
||||
|
||||
Reference in New Issue
Block a user