Skip to content

Commit

Permalink
CircleCi: Move coping outputs to post.
Browse files Browse the repository at this point in the history
  • Loading branch information
Naitbit committed Feb 4, 2016
1 parent fd51e14 commit 5aed710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test:
override:
# Test building of all debug flavours and run unit tests.
- ./gradlew assembleDebug check -PdisablePreDex

post:
# copy the build outputs to artifacts
- cp -r app/build/outputs $CIRCLE_ARTIFACTS
# copy the test results to the test results directory.
Expand Down

0 comments on commit 5aed710

Please sign in to comment.