mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[ci/package-testing] Skip ubi and cloud build, update artifact glob (#122614)
This commit is contained in:
parent
cf989792c3
commit
0493f00d7f
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ set -euo pipefail
|
|||
.buildkite/scripts/bootstrap.sh
|
||||
|
||||
echo "--- Build Kibana Distribution"
|
||||
node scripts/build --all-platforms --debug
|
||||
node scripts/build --all-platforms --debug --skip-docker-cloud --skip-docker-ubi --skip-docker-contexts
|
||||
|
||||
cd target
|
||||
buildkite-agent artifact upload "./kibana-[0-9]*-docker-image.tar.gz;./*.deb;./*.rpm"
|
||||
buildkite-agent artifact upload "./*-docker-image.tar.gz;./*.deb;./*.rpm"
|
||||
cd ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue