diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 72deb172fc8..360aad54c4b 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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