diff --git a/src/dev/ci_setup/setup.sh b/src/dev/ci_setup/setup.sh index ac0893b5c17f5..b8451f0536f8d 100755 --- a/src/dev/ci_setup/setup.sh +++ b/src/dev/ci_setup/setup.sh @@ -108,6 +108,9 @@ yarn config set yarn-offline-mirror "$cacheDir/yarn-offline-cache" yarnGlobalDir="$(yarn global bin)" export PATH="$PATH:$yarnGlobalDir" +# use a proxy to fetch geckodriver asset +export GECKODRIVER_CDNURL="https://us-central1-elastic-kibana-184716.cloudfunctions.net/geckodriver_cache" + ### ### install dependencies ###