Skip to content

Commit

Permalink
[7.0] Use custom GECKODRIVER_CDNURL (#41513) (#41552)
Browse files Browse the repository at this point in the history
# Conflicts:
#	.ci/packer_cache.sh
#	src/dev/ci_setup/setup.sh
  • Loading branch information
Spencer authored Jul 19, 2019
1 parent d8b33b5 commit cdb18f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dev/ci_setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
###
Expand Down

0 comments on commit cdb18f1

Please sign in to comment.