mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
* Removes Grunt abstraction from CI tasks (#85210) Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co> # Conflicts: # tasks/config/run.js # test/scripts/jenkins_ci_group.sh # test/scripts/jenkins_unit.sh * [CI] Set correct script execute permissions (#85475) Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
6 lines
149 B
Bash
Executable file
6 lines
149 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source src/dev/ci_setup/setup_env.sh
|
|
|
|
checks-reporter-with-killswitch "Check Telemetry Schema" \
|
|
node scripts/telemetry_check
|