force delete

This commit is contained in:
ori agranat
2019-11-19 23:03:50 +02:00
parent 09597fc6be
commit 7ed258ad10

View File

@@ -28,8 +28,7 @@ jobs:
- attach_workspace:
at: /UI
- run: ls /UI/dist/*
- run: rm -r src/main/resources/web/*
- run: rm -rf src/main/resources/web/*
- run: mv /UI/dist/* src/main/resources/web
- run: mvn package
- store_artifacts: