[ci] only build kibana once (#11717)

(cherry picked from commit ca049508c2)
This commit is contained in:
Spencer 2017-05-11 13:12:30 -07:00 committed by spalger
parent b0d787ed36
commit 82265523eb

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;