diff --git a/.circleci/config.yml b/.circleci/config.yml index 42208316e..76c724608 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,7 +27,8 @@ jobs: path: ~/project - attach_workspace: at: /UI - + + - run: ls /UI/dist/* - run: rm -r src/main/resources/web/* - run: mv /UI/dist/* src/main/resources/web - run: mvn package @@ -60,4 +61,7 @@ workflows: - build_ui - deploy: requires: - - build_jar \ No newline at end of file + - build_jar + # filters: + # branches: + # only: master \ No newline at end of file