added project checkout

This commit is contained in:
ori agranat
2019-11-19 20:52:08 +02:00
parent 6773058f8f
commit d23ad54f95

View File

@@ -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