From d75636c9e6b9806c7e82c03bbc6ee31a71493e60 Mon Sep 17 00:00:00 2001 From: Spencer Date: Thu, 18 Jul 2019 22:00:25 -0700 Subject: [PATCH] Use custom GECKODRIVER_CDNURL (#41513) # Conflicts: # .ci/packer_cache.sh # src/dev/ci_setup/setup.sh --- src/dev/ci_setup/setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/dev/ci_setup/setup.sh b/src/dev/ci_setup/setup.sh index 6f866e8fb39a7..fc1a2e7d1771e 100755 --- a/src/dev/ci_setup/setup.sh +++ b/src/dev/ci_setup/setup.sh @@ -115,6 +115,9 @@ yarnGlobalDir="$(yarn global bin)" export PATH="$PATH:$yarnGlobalDir" hash -r +# use a proxy to fetch geckodriver asset +export GECKODRIVER_CDNURL="https://us-central1-elastic-kibana-184716.cloudfunctions.net/geckodriver_cache" + ### ### install dependencies ###