deleting files and folders

This commit is contained in:
ori agranat
2019-11-19 23:13:55 +02:00
parent 7ed258ad10
commit a9fa5935fb

View File

@@ -29,6 +29,7 @@ jobs:
at: /UI
- run: rm -rf src/main/resources/web/*
- run: rm src/main/resources/web/*
- run: mv /UI/dist/* src/main/resources/web
- run: mvn package
- store_artifacts: