mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
6 lines
197 B
Bash
Executable file
6 lines
197 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source src/dev/ci_setup/setup_env.sh
|
|
|
|
cd x-pack
|
|
checks-reporter-with-killswitch "X-Pack SIEM cyclic dependency test" node plugins/security_solution/scripts/check_circular_deps
|