diff --git a/.drone.yml b/.drone.yml index eeb6e71d..99cfe83a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -95,7 +95,7 @@ steps: # 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" - - "terraform init" + - "/usr/local/bin/terraform init" - "./modules/kubernetes/setup_tls_secret/renew2.sh" - name: Commit updated certificates image: alpine