Revert "devops: revision Chromium repackaged builds separately (#3698)" (#3763)

This reverts commit fcc1680f98.
This commit is contained in:
Andrey Lushnikov 2020-09-04 00:43:12 -07:00 committed by GitHub
parent b6557b9f92
commit fa8de99611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 5 deletions

View File

@ -1 +1 @@
1000
799610

View File

@ -1 +0,0 @@
UPSTREAM_CHROMIUM_REVISION=792639

View File

@ -5,11 +5,10 @@ set +x
trap "cd $(pwd -P)" EXIT
cd "$(dirname $0)"
source "./UPSTREAM_CONFIG.sh"
mkdir -p output
cd output
BUILD_NUMBER=$(head -1 ../BUILD_NUMBER)
FOLDER_NAME=""
ZIP_NAME=""
FILES_TO_REMOVE=()
@ -33,7 +32,7 @@ else
exit 1
fi
URL="https://storage.googleapis.com/chromium-browser-snapshots/${FOLDER_NAME}/${UPSTREAM_CHROMIUM_REVISION}/${ZIP_NAME}"
URL="https://storage.googleapis.com/chromium-browser-snapshots/${FOLDER_NAME}/${BUILD_NUMBER}/${ZIP_NAME}"
curl --output upstream.zip "${URL}"
unzip upstream.zip