Skip to content

Commit

Permalink
tests(ci): restore ToT Chromium download (#12950)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny authored Aug 20, 2021
1 parent 67d1533 commit 3d5094e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lighthouse-core/scripts/download-chrome.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,10 @@

set -euo pipefail

# Hardcode 19 August 2021 URLs to download until
# https://github.com/GoogleChrome/lighthouse/issues/12942 is resolved.
if [ "$OSTYPE" == "msys" ]; then
# url="https://download-chromium.appspot.com/dl/Win?type=snapshots"
url="https://commondatastorage.googleapis.com/chromium-browser-snapshots/Win/refs_heads_main-913406/chrome-win.zip"
url="https://download-chromium.appspot.com/dl/Win?type=snapshots"
else
# url="https://download-chromium.appspot.com/dl/Linux_x64?type=snapshots"
url="https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/refs_heads_main-913453/chrome-linux.zip"
url="https://download-chromium.appspot.com/dl/Linux_x64?type=snapshots"
fi

if [ -e "$CHROME_PATH" ]; then
Expand Down

0 comments on commit 3d5094e

Please sign in to comment.