Skip to content

Commit 0a04e06

Browse files
committed
Revert "[ci] Cache chromedriver (elastic#196614)"
This reverts commit b89941f.
1 parent fe79c85 commit 0a04e06

File tree

1 file changed

+1
-1
lines changed
  • .buildkite/scripts/common

1 file changed

+1
-1
lines changed

.buildkite/scripts/common/env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ KIBANA_DIR=$(pwd)
88
export KIBANA_DIR
99
export XPACK_DIR="$KIBANA_DIR/x-pack"
1010

11-
export XDG_CACHE_HOME="$HOME/.cache"
1211
export CACHE_DIR="$HOME/.kibana"
1312
export ES_CACHE_DIR="$HOME/.es-snapshot-cache"
1413
PARENT_DIR="$(cd "$KIBANA_DIR/.."; pwd)"
@@ -111,6 +110,7 @@ export TEST_CORS_SERVER_PORT=6105
111110
if [[ "$(which google-chrome-stable)" || "$(which google-chrome)" ]]; then
112111
echo "Chrome detected, setting DETECT_CHROMEDRIVER_VERSION=true"
113112
export DETECT_CHROMEDRIVER_VERSION=true
113+
export CHROMEDRIVER_FORCE_DOWNLOAD=true
114114
else
115115
echo "Chrome not detected, installing default chromedriver binary for the package version"
116116
fi

0 commit comments

Comments
 (0)