[ci] only build kibana once (#11717)

This commit is contained in:
Spencer 2017-05-11 13:12:30 -07:00 committed by GitHub
parent c1b714e853
commit ca049508c2

View file

@ -4,5 +4,3 @@ set -e
source "$(dirname $0)/_jenkins_setup.sh"
xvfb-run "$(npm bin)/grunt" jenkins:unit;
"$(npm bin)/grunt" build;