tmp add all-platforms flag

This commit is contained in:
Jonathan Budzenski 2020-07-21 17:44:42 -05:00
parent ce30dd7b3a
commit f1ae815ca9

View file

@ -19,5 +19,5 @@ yarn run grunt functionalTests:ensureAllTestsInCiGroup;
# Do not build kibana for code coverage run
if [[ -z "$CODE_COVERAGE" ]] ; then
echo " -> building and extracting OSS Kibana distributable for use in functional tests"
node scripts/build --debug --oss
node scripts/build --debug --oss --all-platforms
fi