Skip to content

Commit

Permalink
Clean up resource folder before packing the jar
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Mar 12, 2020
1 parent a1fd76c commit 55dc6ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ jobs:
- attach_workspace:
at: /tmp/workdir/
- checkout
- run:
name: test print
command: ls -la /tmp/workdir/
- run:
name: Build a jar file, pack binaries into it and deploy it to maven central
command: |
Expand Down
1 change: 1 addition & 0 deletions .circleci/package.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash

rm -f src/main/resources/resources/.gitkeep && \
cp -f /tmp/workdir/* src/main/resources/resources/ && \
mvn package

0 comments on commit 55dc6ea

Please sign in to comment.