lock es snapshot to avoid failing CI

This commit is contained in:
spalger 2019-07-18 16:21:01 -07:00
parent b9e1cff08d
commit 4eca0f3383

View file

@ -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