mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Revert "[ci] Cache chromedriver (#196614)"
This reverts commit b89941f3ab
.
This commit is contained in:
parent
fe79c85ddd
commit
0a04e0674f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,6 @@ KIBANA_DIR=$(pwd)
|
|||
export KIBANA_DIR
|
||||
export XPACK_DIR="$KIBANA_DIR/x-pack"
|
||||
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
export CACHE_DIR="$HOME/.kibana"
|
||||
export ES_CACHE_DIR="$HOME/.es-snapshot-cache"
|
||||
PARENT_DIR="$(cd "$KIBANA_DIR/.."; pwd)"
|
||||
|
@ -111,6 +110,7 @@ export TEST_CORS_SERVER_PORT=6105
|
|||
if [[ "$(which google-chrome-stable)" || "$(which google-chrome)" ]]; then
|
||||
echo "Chrome detected, setting DETECT_CHROMEDRIVER_VERSION=true"
|
||||
export DETECT_CHROMEDRIVER_VERSION=true
|
||||
export CHROMEDRIVER_FORCE_DOWNLOAD=true
|
||||
else
|
||||
echo "Chrome not detected, installing default chromedriver binary for the package version"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue