Skip to content
Snippets Groups Projects
Commit 3f2f7631 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[doc] Update update-ci.sh to skip cask upgrades that need sudo [ci skip]

parent 0ac172f9
No related branches found
No related tags found
No related merge requests found
Pipeline #30167 skipped
......@@ -5,8 +5,12 @@ echo "Updating homebrew..."
brew=/usr/local/bin/brew
${brew} update
${brew} upgrade
echo "Updating homebrew casks..."
${brew} cask upgrade
# A cask upgrade may require sudo, so we cannot do this
# with an unattended setup
#echo "Updating homebrew casks..."
#${brew} cask upgrade
${brew} cleanup
# Updates PIP packages installed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment