From d2896d5f8f34d9a2a7fde96c52fcebbe491a93e0 Mon Sep 17 00:00:00 2001 From: magodo Date: Fri, 3 Mar 2023 18:09:22 +0800 Subject: [PATCH] CI: update brew tap --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5a692eb..b7c0c2e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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"