Skip to content

Commit

Permalink
fix(ci): setup terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
akselleirv committed Jan 21, 2025
1 parent 7ca23dc commit 7e13574
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
export TF_VERSION=1.3.9
wget https://releases.hashicorp.com/terraform/${TF_VERSION}/terraform_${TF_VERSION}_linux_amd64.zip
unzip -q terraform_${TF_VERSION}_linux_amd64.zip
mv terraform $(which terraform)
mv terraform /usr/local/bin
terraform --version
- name: Set up yq
uses: frenck/action-setup-yq@c4b5be8b4a215c536a41d436757d9feb92836d4f # v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/targeted-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
export TF_VERSION=1.3.9
wget https://releases.hashicorp.com/terraform/${TF_VERSION}/terraform_${TF_VERSION}_linux_amd64.zip
unzip -q terraform_${TF_VERSION}_linux_amd64.zip
mv terraform $(which terraform)
mv terraform /usr/local/bin
terraform --version
- name: Setup Kustomize
if: "!github.event.pull_request.head.repo.fork"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
export TF_VERSION=1.3.9
wget https://releases.hashicorp.com/terraform/${TF_VERSION}/terraform_${TF_VERSION}_linux_amd64.zip
unzip -q terraform_${TF_VERSION}_linux_amd64.zip
mv terraform $(which terraform)
mv terraform /usr/local/bin
terraform --version
- name: Setup Kustomize
if: "!github.event.pull_request.head.repo.fork"
Expand All @@ -98,7 +98,7 @@ jobs:
export TF_VERSION=1.3.9
wget https://releases.hashicorp.com/terraform/${TF_VERSION}/terraform_${TF_VERSION}_linux_amd64.zip
unzip -q terraform_${TF_VERSION}_linux_amd64.zip
mv terraform $(which terraform)
mv terraform /usr/local/bin
terraform --version
- name: Setup Kustomize
if: "!github.event.pull_request.head.repo.fork"
Expand Down

0 comments on commit 7e13574

Please sign in to comment.