mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[artifacts] Publish cloud artifacts (#141657)
* [artifacts] Publish cloud artifacts This moves moves Cloud image publishing to Kibana CI * fix build args * rm comment
This commit is contained in:
parent
c2b5ec8ae4
commit
f100343f41
2 changed files with 4 additions and 5 deletions
|
@ -15,14 +15,11 @@ fi
|
|||
|
||||
if [[ "$RELEASE_BUILD" == "true" ]]; then
|
||||
FULL_VERSION="$QUALIFIER_VERSION"
|
||||
|
||||
# Beats artifacts will need to match a specific commit sha that matches other stack images
|
||||
# for release builds. For now we are skipping Cloud builds until there's a pointer.
|
||||
BUILD_ARGS="--release --skip-docker-cloud --version-qualifier=$VERSION_QUALIFIER"
|
||||
BUILD_ARGS="--release --version-qualifier=$VERSION_QUALIFIER"
|
||||
WORKFLOW="staging"
|
||||
else
|
||||
FULL_VERSION="$QUALIFIER_VERSION-SNAPSHOT"
|
||||
BUILD_ARGS="--skip-docker-cloud --version-qualifier=$VERSION_QUALIFIER"
|
||||
BUILD_ARGS="--version-qualifier=$VERSION_QUALIFIER"
|
||||
WORKFLOW="snapshot"
|
||||
fi
|
||||
|
||||
|
|
|
@ -18,6 +18,8 @@ cd target
|
|||
|
||||
download "kibana-$FULL_VERSION-docker-image.tar.gz"
|
||||
download "kibana-$FULL_VERSION-docker-image-aarch64.tar.gz"
|
||||
download "kibana-cloud-$FULL_VERSION-docker-image.tar.gz"
|
||||
download "kibana-cloud-$FULL_VERSION-docker-image-aarch64.tar.gz"
|
||||
download "kibana-ubi8-$FULL_VERSION-docker-image.tar.gz"
|
||||
|
||||
download "kibana-$FULL_VERSION-arm64.deb"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue