Skip to content

Commit 7de6356

Browse files
committed
Merge branch 'jc/azure-ci-osx-fix-fix' into next
CI jobs for macOS has been made less chatty when updating perforce package used during testing. * jc/azure-ci-osx-fix-fix: ci(osx): update homebrew-cask repository with less noise
2 parents dd6dad9 + 0dbc4a0 commit 7de6356

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/install-dependencies.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ osx-clang|osx-gcc)
4242
brew link --force gettext
4343
brew cask install perforce || {
4444
# Update the definitions and try again
45-
git -C "$(brew --repository)"/Library/Taps/homebrew/homebrew-cask pull &&
45+
cask_repo="$(brew --repository)"/Library/Taps/homebrew/homebrew-cask &&
46+
git -C "$cask_repo" pull --no-stat &&
4647
brew cask install perforce
4748
} ||
4849
brew install caskroom/cask/perforce

0 commit comments

Comments
 (0)