We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c32cf commit 5bf268cCopy full SHA for 5bf268c
build_starter.txt
@@ -1 +1 @@
1
-build#1.2
+build#1.3
circle.yml
@@ -7,5 +7,5 @@ test:
7
override:
8
- ./gradlew clean assembleDebug
9
# copy the build outputs to artifacts
10
- - ./gradlew check || (grep -A20 -B2 'severity="Error"' WordPress/build/outputs/lint-results-vanillaDebug.xml; exit 1)
+ - ./gradlew check || (grep -A20 -B2 'severity="Error"' WordPress/build/outputs/lint-results-vanillaDebug.xml; exit 1):
11
timeout: 1000
0 commit comments