mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 08:19:33 -04:00
11 lines
281 B
Bash
Executable file
11 lines
281 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
if [[ "$(which docker)" != "" && "$(command uname -m)" != "aarch64" ]]; then
|
|
# cache image used by kibana-load-testing project
|
|
docker pull "maven:3.6.3-openjdk-8-slim"
|
|
fi
|
|
|
|
./.ci/packer_cache_for_branch.sh main
|
|
./.ci/packer_cache_for_branch.sh 7.16
|