store uberjar as circleci artifact

This commit is contained in:
Martin Klepsch 2018-03-28 16:48:27 +02:00
parent 5d4e08a317
commit 4ba89864e8
No known key found for this signature in database
GPG Key ID: 1A35E702AD48A9F6
1 changed files with 4 additions and 1 deletions

View File

@ -44,6 +44,9 @@ jobs:
- run: echo $ETH_WALLET_JSON > $ETH_WALLET_FILE
# run tests!
- run: lein test
- run: lein uberjar
- store_artifacts:
path: target/uberjar/commiteth.jar
destination: commiteth.jar