mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[CI autocommits] Add telemetry_check --fix (#203065)
This commit is contained in:
parent
3f0008ab5d
commit
dd6860cfc9
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue