Skip to content

Commit

Permalink
build: check for latest Chromium version
Browse files Browse the repository at this point in the history
Now that https://omahaproxy.appspot.com/all is back up, we can restore
the check for newer available version of Chromium.

Fixes angular#22231
  • Loading branch information
gkalpak committed Aug 21, 2018
1 parent 6176974 commit 1145dfc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/ci/install-chromium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1145dfc

Please sign in to comment.