try presistant

This commit is contained in:
ori agranat
2019-11-19 21:04:40 +02:00
parent d23ad54f95
commit 8ac9f62abf

View File

@@ -14,6 +14,11 @@ jobs:
- store_artifacts:
path: dist/
- persist_to_workspace:
root: ~/
paths:
- dist/
build_jar:
working_directory: ~/project/Main
@@ -22,6 +27,9 @@ jobs:
steps:
- checkout:
path: ~/project
- attach_workspace:
at: /project/chameleon-client
- run: rm -r src/main/resources/web/*
- run: ../chameleon-client/dist/* Main/src/main/resources/web
- run: mvn package