[7.3] Revert ES pinning (#42367)

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2019-08-02 12:20:06 -07:00 committed by GitHub
parent 562cd0af6e
commit b9a767e1a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,11 +8,6 @@ cacheDir="${CACHE_DIR:-"$HOME/.kibana"}"
RED='\033[0;31m'
C_RESET='\033[0m' # Reset color
###
### keep until 7.3.1 snapshots are available
###
export TEST_ES_BRANCH=7.3.0
###
### Since the Jenkins logging output collector doesn't look like a TTY
### Node/Chalk and other color libs disable their color output. But Jenkins