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 594655f
Showing 1 changed file with 1 addition and 0 deletions.
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 594655f

Please sign in to comment.