kibana/test/scripts/jenkins_xpack_package_build.sh
Kibana Machine 6b6c48dbcb
Automated package testing (#88900) (#100812)
Co-authored-by: Tyler Smalley <tylersmalley@me.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
Co-authored-by: Tyler Smalley <tylersmalley@me.com>
2021-05-27 20:33:04 +00:00

12 lines
243 B
Bash
Executable file

#!/usr/bin/env bash
set -e
source src/dev/ci_setup/setup_env.sh
export TMP=/tmp
export TMPDIR=/tmp
node scripts/build --all-platforms --debug --no-oss
gsutil -q -m cp 'target/*' "gs://ci-artifacts.kibana.dev/package-testing/$GIT_COMMIT/"