From 4bd90836571408c304cf4c46ba84173a00385e60 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 2 Mar 2025 20:16:07 +0000 Subject: [PATCH] save to the same zip filer [ci skip] --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a91a2483..9b28e779 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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