save to the same zip filer [ci skip]
This commit is contained in:
parent
2c5e4f8095
commit
4bd9083657
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ steps:
|
|||
- "apk update && apk add git certbot expect curl gzip wget jq"
|
||||
# Install terraform cli
|
||||
# - "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"
|
||||
- "wget -O terraform_1.10.3_linux_amd64.zip 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"
|
||||
- "./modules/kubernetes/setup_tls_secret/renew2.sh"
|
||||
- name: Commit updated certificates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue