Skip to content

Commit 3709324

Browse files
committed
Update the CircleCI to correctly copy the generated files
1 parent 6c36b79 commit 3709324

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

circle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ test:
2828
post:
2929
- mkdir -p $CIRCLE_TEST_REPORTS/lint
3030
- mkdir -p $CIRCLE_ARTIFACTS/javadoc
31-
- cp -r library/build/outputs/lint-results.* $CIRCLE_TEST_REPORTS/lint
31+
- cp -r app/build/reports/* $CIRCLE_TEST_REPORTS/lint
3232
- cp -r library/build/outputs/androidTest-results/* $CIRCLE_TEST_REPORTS
3333
- cp -r library/build/docs/javadoc/* $CIRCLE_ARTIFACTS/javadoc
34+
- cp library/build/outputs/aar/* $CIRCLE_ARTIFACTS

0 commit comments

Comments
 (0)