store uberjar as circleci artifact
This commit is contained in:
parent
5d4e08a317
commit
4ba89864e8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue