Skip to content

Commit

Permalink
Merge pull request #1 from heroku/master
Browse files Browse the repository at this point in the history
Update Google distro URL (heroku#64)
  • Loading branch information
fedewal authored Feb 22, 2024
2 parents 241da1d + 40eefb5 commit 1188f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fi
indent "Version $VERSION"

topic "Downloading chromedriver v$VERSION"
ZIP_URL="https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$VERSION/linux64/chromedriver-linux64.zip"
ZIP_URL="https://storage.googleapis.com/chrome-for-testing-public/$VERSION/linux64/chromedriver-linux64.zip"
ZIP_LOCATION="/tmp/chromedriver.zip"
curl --silent --show-error --fail --retry 3 --retry-connrefused --connect-timeout 10 -o "${ZIP_LOCATION}" "${ZIP_URL}"
unzip -j -o $ZIP_LOCATION -d $BIN_DIR
Expand Down

0 comments on commit 1188f58

Please sign in to comment.