File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
export TF_VERSION=1.3.9
31
31
wget https://releases.hashicorp.com/terraform/${TF_VERSION}/terraform_${TF_VERSION}_linux_amd64.zip
32
32
unzip -q terraform_${TF_VERSION}_linux_amd64.zip
33
- mv terraform $(which terraform)
33
+ mv terraform /usr/local/bin
34
34
terraform --version
35
35
- name : Set up yq
36
36
uses : frenck/action-setup-yq@c4b5be8b4a215c536a41d436757d9feb92836d4f # v1.0.2
Original file line number Diff line number Diff line change 26
26
export TF_VERSION=1.3.9
27
27
wget https://releases.hashicorp.com/terraform/${TF_VERSION}/terraform_${TF_VERSION}_linux_amd64.zip
28
28
unzip -q terraform_${TF_VERSION}_linux_amd64.zip
29
- mv terraform $(which terraform)
29
+ mv terraform /usr/local/bin
30
30
terraform --version
31
31
- name : Setup Kustomize
32
32
if : " !github.event.pull_request.head.repo.fork"
Original file line number Diff line number Diff line change 71
71
export TF_VERSION=1.3.9
72
72
wget https://releases.hashicorp.com/terraform/${TF_VERSION}/terraform_${TF_VERSION}_linux_amd64.zip
73
73
unzip -q terraform_${TF_VERSION}_linux_amd64.zip
74
- mv terraform $(which terraform)
74
+ mv terraform /usr/local/bin
75
75
terraform --version
76
76
- name : Setup Kustomize
77
77
if : " !github.event.pull_request.head.repo.fork"
98
98
export TF_VERSION=1.3.9
99
99
wget https://releases.hashicorp.com/terraform/${TF_VERSION}/terraform_${TF_VERSION}_linux_amd64.zip
100
100
unzip -q terraform_${TF_VERSION}_linux_amd64.zip
101
- mv terraform $(which terraform)
101
+ mv terraform /usr/local/bin
102
102
terraform --version
103
103
- name : Setup Kustomize
104
104
if : " !github.event.pull_request.head.repo.fork"
You can’t perform that action at this time.
0 commit comments