overwrite unzipping terraform zip [ci skip]
This commit is contained in:
parent
3664ea9049
commit
e0ae125d1d
1 changed files with 0 additions and 1 deletions
|
|
@ -97,7 +97,6 @@ steps:
|
|||
commands:
|
||||
- "apk update && apk add git certbot expect curl gzip wget jq"
|
||||
# Install terraform cli
|
||||
# - "curl https://releases.hashicorp.com/terraform/0.14.6/terraform_0.14.6_linux_amd64.zip | gzip -d > /usr/local/bin/terraform && chmod 775 /usr/local/bin/terraform"
|
||||
# - "curl https://releases.hashicorp.com/terraform/1.10.3/terraform_1.10.3_linux_amd64.zip | gzip -d > /usr/local/bin/terraform && chmod 775 /usr/local/bin/terraform"
|
||||
- "wget https://releases.hashicorp.com/terraform/1.10.3/terraform_1.10.3_linux_amd64.zip && unzip -o terraform_1.10.3_linux_amd64.zip && mv terraform /usr/local/bin/ && chmod 775 /usr/local/bin/terraform"
|
||||
- "/usr/local/bin/terraform init"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue