Skip to content

Commit fd873a8

Browse files
authored
Fix instructions for Azure DevOps setup (#114)
Since last year, Ubuntu doesn't put `brew` into the `PATH` anymore, so we need to explicitly add it.
1 parent 8ad52ac commit fd873a8

File tree

1 file changed

+1
-1
lines changed
  • cicd-pipelines/manual-approve-with-azure-devops

1 file changed

+1
-1
lines changed

cicd-pipelines/manual-approve-with-azure-devops/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ Configure stage by pressing "Add a stage":
115115
1. Task that will be used to install Terraform. Search for "Command line" task and add it. Give it name like "Install Terraform" and enter following code into the "Script" field:
116116

117117
```sh
118+
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
118119
brew tap hashicorp/tap
119120
brew install hashicorp/tap/terraform
120121
```
121122

122123

123-
124124
2. Task that will extract necessary data for authentication against the state backend. Search for "Azure CLI" task and add it. Give it name like "Extract information from Azure CLI", and set parameters as following:
125125

126126
* Select your service connection in "Azure Resource Manager connection" dropdown

0 commit comments

Comments
 (0)