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