Skip to content

Commit 1dec175

Browse files
committed
Fix path of lint outputs
1 parent 3709324 commit 1dec175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test:
2828
post:
2929
- mkdir -p $CIRCLE_TEST_REPORTS/lint
3030
- mkdir -p $CIRCLE_ARTIFACTS/javadoc
31-
- cp -r app/build/reports/* $CIRCLE_TEST_REPORTS/lint
31+
- cp -r library/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
3434
- cp library/build/outputs/aar/* $CIRCLE_ARTIFACTS

0 commit comments

Comments
 (0)