Skip to content

Commit

Permalink
[CI autocommits] Add telemetry_check --fix (elastic#203065)
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo authored and CAWilson94 committed Dec 9, 2024
1 parent bb6854e commit 7c6d39a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .buildkite/scripts/steps/checks/telemetry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@ set -euo pipefail
source .buildkite/scripts/common/util.sh

echo --- Check Telemetry Schema
node scripts/telemetry_check

if is_pr && ! is_auto_commit_disabled; then
node scripts/telemetry_check --fix
check_for_changed_files "node scripts/telemetry_check" true
else
node scripts/telemetry_check
fi

0 comments on commit 7c6d39a

Please sign in to comment.