Skip to content

Commit

Permalink
CI: update brew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo committed Mar 3, 2023
1 parent d30064e commit d2896d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -685,9 +685,10 @@ stages:
# Install brew
export NONINTERACTIVE=1
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
# Bump formula
brew tap homebrew/core
cd "$(brew --repository homebrew/core)"
git config user.name "azure-terraform-bot"
git config user.email "azure-terraform@microsoft.com"
Expand Down

0 comments on commit d2896d5

Please sign in to comment.