build: check for latest Chromium version (#25602)
Now that https://omahaproxy.appspot.com/all is back up, we can restore the check for newer available version of Chromium. Fixes #22231 PR Close #25602
This commit is contained in:
parent
658f49f650
commit
efb453cb73
|
@ -79,7 +79,6 @@ if [[ "$EXISTING_VERSION" != "$CHROMIUM_VERSION" ]]; then
|
|||
echo $CHROMIUM_VERSION > $CHROMIUM_VERSION_FILE
|
||||
fi
|
||||
|
||||
## TODO (matsko|iminar): uncomment once #22231 is closed
|
||||
# if [[ "$CHROMIUM_VERSION" != "$LATEST_CHROMIUM_VERSION" ]]; then
|
||||
# echo "New version of Chromium available. Update install-chromium.sh with build number: ${LATEST_CHROMIUM_VERSION}"
|
||||
# fi
|
||||
if [[ "$CHROMIUM_VERSION" != "$LATEST_CHROMIUM_VERSION" ]]; then
|
||||
echo "New version of Chromium available. Update install-chromium.sh with build number: ${LATEST_CHROMIUM_VERSION}"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue