mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -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
146 B
Bash
Executable file
6 lines
146 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source src/dev/ci_setup/setup_env.sh
|
|
|
|
checks-reporter-with-killswitch "Check Licenses" \
|
|
node scripts/check_licenses --dev
|