Commit 0a04e06 1 parent fe79c85 commit 0a04e06 Copy full SHA for 0a04e06
File tree 1 file changed +1
-1
lines changed
.buildkite/scripts/common
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ KIBANA_DIR=$(pwd)
8
8
export KIBANA_DIR
9
9
export XPACK_DIR=" $KIBANA_DIR /x-pack"
10
10
11
- export XDG_CACHE_HOME=" $HOME /.cache"
12
11
export CACHE_DIR=" $HOME /.kibana"
13
12
export ES_CACHE_DIR=" $HOME /.es-snapshot-cache"
14
13
PARENT_DIR=" $( cd " $KIBANA_DIR /.." ; pwd) "
@@ -111,6 +110,7 @@ export TEST_CORS_SERVER_PORT=6105
111
110
if [[ " $( which google-chrome-stable) " || " $( which google-chrome) " ]]; then
112
111
echo " Chrome detected, setting DETECT_CHROMEDRIVER_VERSION=true"
113
112
export DETECT_CHROMEDRIVER_VERSION=true
113
+ export CHROMEDRIVER_FORCE_DOWNLOAD=true
114
114
else
115
115
echo " Chrome not detected, installing default chromedriver binary for the package version"
116
116
fi
You can’t perform that action at this time.
0 commit comments