Skip to content

Commit

Permalink
lock es snapshot to avoid failing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jul 18, 2019
1 parent b9e1cff commit 4eca0f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dev/ci_setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4eca0f3

Please sign in to comment.