fix path
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kasper Juul Hermansen 2022-02-18 16:27:38 +01:00
parent 42a6110e3c
commit 8441f85f88
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -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 "$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/