Skip to content

Commit

Permalink
Copy build libs to ws
Browse files Browse the repository at this point in the history
  • Loading branch information
sechmann committed Oct 28, 2018
1 parent 524193e commit 0a82b7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
path: ./build/libs/
prefix: libs

- run:
name: Copy libs to workspace
command: mkdir -p ./ws && cp -r ./build ./ws

- persist_to_workspace:
root: ./ws/
paths: ./build/libs/
Expand Down

0 comments on commit 0a82b7d

Please sign in to comment.