mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[package testing] Create target dir before copying artifacts (#107679)
gsutil requires a directory to exist before copying artifacts in. Prior to https://github.com/elastic/kibana/pull/107217, a .bootstrap-cache file was written, providing the directory for these writes. Now that we're no longer writing this file, we need to ensure it exists.
This commit is contained in:
parent
0f2d837a2b
commit
5e5580e687
3 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@ set -e
|
|||
|
||||
source src/dev/ci_setup/setup_env.sh
|
||||
|
||||
mkdir -p target
|
||||
gsutil -q -m cp "gs://ci-artifacts.kibana.dev/package-testing/$GIT_COMMIT/kibana-*.deb" ./target
|
||||
|
||||
export VAGRANT_CWD=test/package
|
||||
|
|
|
@ -4,6 +4,7 @@ set -e
|
|||
|
||||
source src/dev/ci_setup/setup_env.sh
|
||||
|
||||
mkdir -p target
|
||||
gsutil -q -m cp "gs://ci-artifacts.kibana.dev/package-testing/$GIT_COMMIT/kibana-[0-9]*-docker-image.tar.gz" ./target
|
||||
|
||||
export VAGRANT_CWD=test/package
|
||||
|
|
|
@ -4,6 +4,7 @@ set -e
|
|||
|
||||
source src/dev/ci_setup/setup_env.sh
|
||||
|
||||
mkdir -p target
|
||||
gsutil -q -m cp "gs://ci-artifacts.kibana.dev/package-testing/$GIT_COMMIT/kibana-*.rpm" ./target
|
||||
|
||||
export VAGRANT_CWD=test/package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue