Skip to content

Commit

Permalink
build: comment-out chromium version checking code temporarily (angula…
Browse files Browse the repository at this point in the history
  • Loading branch information
matsko authored and smdunn809 committed Feb 28, 2018
1 parent ac926bb commit 6cfc458
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/ci/install-chromium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ if [[ "$EXISTING_VERSION" != "$CHROMIUM_VERSION" ]]; then
echo $CHROMIUM_VERSION > $CHROMIUM_VERSION_FILE
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
## 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

0 comments on commit 6cfc458

Please sign in to comment.