Skip to content

Commit

Permalink
temporily add docker build so this can be retested in original env
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jul 22, 2020
1 parent 33bd35b commit 25f401a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/jenkins_xpack_build_kibana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ node scripts/functional_tests --assert-none-excluded \
if [[ -z "$CODE_COVERAGE" ]] ; then
echo " -> building and extracting default Kibana distributable for use in functional tests"
cd "$KIBANA_DIR"
node scripts/build --debug --no-oss
node scripts/build --debug --no-oss --all-platforms
linuxBuild="$(find "$KIBANA_DIR/target" -name 'kibana-*-linux-x86_64.tar.gz')"
installDir="$PARENT_DIR/install/kibana"
mkdir -p "$installDir"
Expand Down

0 comments on commit 25f401a

Please sign in to comment.