Skip to content

Commit

Permalink
Merge pull request #12980 from woocommerce/iangmaia/use-linter-for-gr…
Browse files Browse the repository at this point in the history
…adle-wrapper-validation

[Tooling] Use Linter agent for Gradle wrapper validation
  • Loading branch information
iangmaia authored Nov 22, 2024
2 parents c620150 + b7a35f8 commit d3bda7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ agents:
queue: "android"

steps:
- label: "Gradle Wrapper Validation"
command: |
validate_gradle_wrapper
plugins: [$CI_TOOLKIT]
- label: Gradle Wrapper Validation
command: validate_gradle_wrapper
agents:
queue: linter

# Wait for Gradle Wrapper to be validated before running any other jobs
- wait
Expand Down

0 comments on commit d3bda7b

Please sign in to comment.