From 9eba0f9042d59a36b2b88ca1b48ff029205e50c7 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 18 Feb 2022 16:28:10 +0100 Subject: [PATCH] fix name of unzip file --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 67c380c..8cea62a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: from_secret: serverctl_ssh_zip_key commands: - apk --update add curl zip - - cd infrastructure && ./unzip-ssh-keys "$SSH_ZIP_KEY" && cd .. + - cd infrastructure && ./unzip-ssh-keys.sh "$SSH_ZIP_KEY" && cd .. - curl --silent --output terraform.zip "https://releases.hashicorp.com/terraform/1.1.6/terraform_1.1.6_linux_amd64.zip" - unzip terraform.zip ; rm -f terraform.zip; chmod +x terraform - mkdir -p ${HOME}/bin ; export PATH=${PATH}:${HOME}/bin; mv terraform ${HOME}/bin/