mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
lock es snapshot to avoid failing CI
This commit is contained in:
parent
b9e1cff08d
commit
4eca0f3383
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ cacheDir="${CACHE_DIR:-"$HOME/.kibana"}"
|
|||
RED='\033[0;31m'
|
||||
C_RESET='\033[0m' # Reset color
|
||||
|
||||
### Force ES Snapshot
|
||||
export TEST_ES_SNAPSHOT_VERSION=8.0.0-5480a616
|
||||
|
||||
###
|
||||
### Since the Jenkins logging output collector doesn't look like a TTY
|
||||
### Node/Chalk and other color libs disable their color output. But Jenkins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue