diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 7531cd51f21..20b341dac9e 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -2,7 +2,7 @@ steps: - label: ":eslint: Lint" command: # TODO: Remove hacky chmod for BuildKite - - "chmod +x ./scripts/*" + #- "chmod +x ./scripts/*" - "./scripts/fetch-develop.deps.sh --depth 1" - "yarn install" - "yarn lint"