use wget instead of curl as archive has license now [ci skip]
This commit is contained in:
parent
f4bf1a46ff
commit
dba7e9bb52
1 changed files with 3 additions and 2 deletions
|
|
@ -91,10 +91,11 @@ steps:
|
|||
TECHNITIUM_API_KEY:
|
||||
from_secret: TECHNITIUM_API_KEY
|
||||
commands:
|
||||
- "apk update && apk add git certbot expect curl gzip"
|
||||
- "apk update && apk add git certbot expect curl gzip wget gunzip"
|
||||
# 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"
|
||||
# - "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 && gunzip 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