mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ci] tweak ci scripts to debug
This commit is contained in:
parent
058475fa9c
commit
e98c3d4c42
3 changed files with 10 additions and 2 deletions
|
@ -4,4 +4,4 @@ set -e
|
|||
|
||||
"$(dirname $0)/jenkins_setup.sh"
|
||||
|
||||
"$(npm bin)/grunt" build;
|
||||
"$GRUNT" build;
|
||||
|
|
|
@ -31,3 +31,11 @@ nvm install "$(cat .node-version)"
|
|||
### NPM ###
|
||||
###*****###
|
||||
npm install
|
||||
|
||||
|
||||
if [ -z "$(npm bin)" ]; then
|
||||
echo "npm does not know where it stores executables..... huh??"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
export GRUNT="$(npm bin)/grunt"
|
||||
|
|
|
@ -4,4 +4,4 @@ set -e
|
|||
|
||||
"$(dirname $0)/jenkins_setup.sh"
|
||||
|
||||
xvfb-run "$(npm bin)/grunt" jenkins:unit;
|
||||
xvfb-run "$GRUNT" jenkins:unit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue