summaryrefslogtreecommitdiff
path: root/ci/install-dependencies.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-12-05 20:52:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-12-05 20:52:44 (GMT)
commit7fd7a8ab29af952c8f6097ce8f22203a9d28d61a (patch)
tree1db2a20389a207730f329937714153174ebb228f /ci/install-dependencies.sh
parentf3c7bfdde23f65f5ac8577afacffeb083fc8497f (diff)
parent0dbc4a0edfe6356ddba0e19a733e5f3e2d407aaa (diff)
downloadgit-7fd7a8ab29af952c8f6097ce8f22203a9d28d61a.zip
git-7fd7a8ab29af952c8f6097ce8f22203a9d28d61a.tar.gz
git-7fd7a8ab29af952c8f6097ce8f22203a9d28d61a.tar.bz2
Merge branch 'jc/azure-ci-osx-fix-fix'
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
Diffstat (limited to 'ci/install-dependencies.sh')
-rwxr-xr-xci/install-dependencies.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/install-dependencies.sh b/ci/install-dependencies.sh
index 4e64a19..b6b4f47 100755
--- a/ci/install-dependencies.sh
+++ b/ci/install-dependencies.sh
@@ -42,7 +42,8 @@ osx-clang|osx-gcc)
brew link --force gettext
brew cask install perforce || {
# Update the definitions and try again
- git -C "$(brew --repository)"/Library/Taps/homebrew/homebrew-cask pull &&
+ cask_repo="$(brew --repository)"/Library/Taps/homebrew/homebrew-cask &&
+ git -C "$cask_repo" pull --no-stat &&
brew cask install perforce
} ||
brew install caskroom/cask/perforce