Skip to content

Commit 5bf268c

Browse files
author
Felix Müller
committed
1 parent 60c32cf commit 5bf268c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_starter.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
build#1.2
1+
build#1.3

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ test:
77
override:
88
- ./gradlew clean assembleDebug
99
# copy the build outputs to artifacts
10-
- ./gradlew check || (grep -A20 -B2 'severity="Error"' WordPress/build/outputs/lint-results-vanillaDebug.xml; exit 1)
10+
- ./gradlew check || (grep -A20 -B2 'severity="Error"' WordPress/build/outputs/lint-results-vanillaDebug.xml; exit 1):
1111
timeout: 1000

0 commit comments

Comments
 (0)