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:
@@ -9,8 +9,14 @@ build_ui:
|
||||
- cd chameleon-client
|
||||
- npm install
|
||||
- npm run build
|
||||
artifacts:
|
||||
paths:
|
||||
- dist/
|
||||
|
||||
build_jar:
|
||||
stage: build_jar
|
||||
image: maven:3.6.2-jdk-12
|
||||
script:
|
||||
- echo "hrllo"
|
||||
- mv chameleon-client/dist/* Main/src/main/resources/web
|
||||
- cd Main
|
||||
- mvn package
|
||||
Reference in New Issue
Block a user