mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-03 03:01:40 +00:00
added project checkout
This commit is contained in:
@@ -20,6 +20,8 @@ jobs:
|
||||
docker:
|
||||
- image: maven:3.6.2-jdk-12
|
||||
steps:
|
||||
- checkout:
|
||||
path: ~/project
|
||||
- run: rm -r src/main/resources/web/*
|
||||
- run: ../chameleon-client/dist/* Main/src/main/resources/web
|
||||
- run: mvn package
|
||||
|
||||
Reference in New Issue
Block a user