Skip to content

Commit 7424820

Browse files
committed
Remove extra '-'s from .buildkite/pipeline.yml
1 parent c7325cd commit 7424820

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.buildkite/pipeline.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ docker-container: &docker-container
88
steps:
99
- label: "checkstyle"
1010
<<: *docker-container
11-
commands:
12-
- cp gradle.properties-example gradle.properties
13-
- ./gradlew checkstyle
11+
command: |
12+
cp gradle.properties-example gradle.properties
13+
./gradlew checkstyle
1414
- label: "ktlint"
1515
<<: *docker-container
16-
commands:
17-
- cp gradle.properties-example gradle.properties
18-
- ./gradlew ciktlint
16+
command: |
17+
cp gradle.properties-example gradle.properties
18+
./gradlew ciktlint
1919
- label: "detekt"
2020
<<: *docker-container
21-
commands:
22-
- cp gradle.properties-example gradle.properties
23-
- ./gradlew WordPress:detekt
21+
command: |
22+
cp gradle.properties-example gradle.properties
23+
./gradlew WordPress:detekt
2424
- label: "lint"
2525
<<: *docker-container
26-
commands:
27-
- cp gradle.properties-example gradle.properties
28-
- ./gradlew lintWordpressVanillaRelease
26+
command: |
27+
cp gradle.properties-example gradle.properties
28+
./gradlew lintWordpressVanillaRelease

0 commit comments

Comments
 (0)