Skip to content

Commit c221331

Browse files
committed
fix homebrew no longer in the PATH
1 parent 939d988 commit c221331

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

examples/manual-approve-with-azure-devops/azure-pipelines.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,8 @@ steps:
2929

3030
- checkout: self
3131

32-
# - script: |
33-
# echo "Working in $(pwd) path=$PATH"
34-
# curl -o terraform_${TERRAFORM_VERSION}_linux_amd64.zip https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip
35-
# unzip terraform_${TERRAFORM_VERSION}_linux_amd64.zip
36-
# chmod a+x terraform
37-
# mv terraform ~/
38-
# ~/terraform -version
39-
# displayName: 'Install Terraform'
40-
4132
- script: |
33+
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
4234
brew tap hashicorp/tap
4335
brew install hashicorp/tap/terraform
4436
displayName: 'Install Terraform'

0 commit comments

Comments
 (0)