mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
6 lines
112 B
Bash
Executable file
6 lines
112 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
source "$(dirname $0)/_jenkins_setup.sh"
|
|
|
|
xvfb-run "$(npm bin)/grunt" jenkins:unit;
|