Skip to content

Commit ed5bc02

Browse files
authored
Move Gradle Wrapper Validation build step to the linter queue (#21764)
1 parent 1dc8c99 commit ed5bc02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ steps:
1414
#################
1515
# Gradle Wrapper Validation
1616
#################
17-
- label: "Gradle Wrapper Validation"
18-
command: |
19-
validate_gradle_wrapper
20-
plugins: [$CI_TOOLKIT]
17+
- label: Gradle Wrapper Validation
18+
command: validate_gradle_wrapper
19+
agents:
20+
queue: linter
2121

2222
# Wait for Gradle Wrapper to be validated before running any other jobs
2323
- wait

0 commit comments

Comments
 (0)