Skip to content

Commit

Permalink
mac ci: try ignoring update failure (envoyproxy#13658)
Browse files Browse the repository at this point in the history
Signed-off-by: Asra Ali <asraa@google.com>
  • Loading branch information
asraa authored Oct 20, 2020
1 parent 4797e7a commit 748b2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/mac_ci_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ function retry () {
}

if ! retry brew update; then
echo "Failed to update homebrew"
exit 1
# Do not exit early if update fails.
echo "Failed to update homebrew"
fi

DEPS="automake cmake coreutils go libtool wget ninja"
Expand Down

0 comments on commit 748b2ab

Please sign in to comment.