Skip to content

Commit

Permalink
[CI] Drop duplicate lint check (#158259)
Browse files Browse the repository at this point in the history
## Summary

Noticed a duplicate lint check in a
[pr](https://buildkite.com/elastic/kibana-pull-request/builds/129550#01884877-20a5-4b7d-a395-9bd70bac3f75)
I was working on.
Considering what this check does, we prolly really do not want to run it
twice, unless this was not a mistake.
  • Loading branch information
wayneseymour authored May 23, 2023
1 parent 02dcb33 commit c8cd3b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .buildkite/scripts/steps/checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export DISABLE_BOOTSTRAP_VALIDATION=false
.buildkite/scripts/bootstrap.sh

.buildkite/scripts/steps/checks/precommit_hook.sh
.buildkite/scripts/steps/checks/packages.sh
.buildkite/scripts/steps/checks/ts_projects.sh
.buildkite/scripts/steps/checks/packages.sh
.buildkite/scripts/steps/checks/bazel_packages.sh
Expand All @@ -22,4 +21,4 @@ export DISABLE_BOOTSTRAP_VALIDATION=false
.buildkite/scripts/steps/checks/test_projects.sh
.buildkite/scripts/steps/checks/test_hardening.sh
.buildkite/scripts/steps/checks/ftr_configs.sh
.buildkite/scripts/steps/checks/saved_objects_compat_changes.sh
.buildkite/scripts/steps/checks/saved_objects_compat_changes.sh

0 comments on commit c8cd3b5

Please sign in to comment.