Skip to content

Commit a011e7c

Browse files
authored
Merge pull request #104 from wordpress-mobile/enable-lint-and-checksytle-artifact-uploading
Re-enable lint & checkstyle artifact uploads from Buildkite
2 parents 9fc3b0a + 73c1564 commit a011e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ steps:
1818
cp gradle.properties-example gradle.properties
1919
./gradlew lint checkstyle
2020
artifact_paths:
21-
# - "**/build/reports/lint-results.*"
22-
# - "**/build/reports/checkstyle/checkstyle.*"
21+
- "**/build/reports/lint-results.*"
22+
- "**/build/reports/checkstyle/checkstyle.*"
2323

2424
- label: "Test"
2525
key: "test"

0 commit comments

Comments
 (0)