Skip to content

Commit

Permalink
Merge pull request #607 from CircleCI-Public/fix-brew-deploy
Browse files Browse the repository at this point in the history
[CIRCLE-35810] Deploy-script requires un-shallowed copy of homebrew
  • Loading branch information
kelvinkfli authored Jul 5, 2021
2 parents 149d854 + 7b3e17e commit ba6fe81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/brew-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
set -e

# Install the latest circleci from homebrew
git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask fetch --unshallow
brew update

VERSION=$("$DESTDIR"/circleci version)
Expand Down

0 comments on commit ba6fe81

Please sign in to comment.