save to the same zip filer [ci skip]
This commit is contained in:
parent
e0ae125d1d
commit
f09c20d99b
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"
|
- "apk update && apk add git certbot expect curl gzip wget jq"
|
||||||
# Install terraform cli
|
# 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"
|
# - "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"
|
- "/usr/local/bin/terraform init"
|
||||||
- "./modules/kubernetes/setup_tls_secret/renew2.sh"
|
- "./modules/kubernetes/setup_tls_secret/renew2.sh"
|
||||||
- name: Commit updated certificates
|
- name: Commit updated certificates
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue