Skip to content
Snippets Groups Projects
Commit cfdc8950 authored by nimrod's avatar nimrod
Browse files

Avoid error.

parent 84490503
Branches
No related tags found
No related merge requests found
Pipeline #1618 passed
...@@ -11,7 +11,7 @@ default: ...@@ -11,7 +11,7 @@ default:
- wget https://releases.hashicorp.com/terraform/0.15.3/terraform_0.15.3_linux_amd64.zip -O /tmp/terraform.zip - wget https://releases.hashicorp.com/terraform/0.15.3/terraform_0.15.3_linux_amd64.zip -O /tmp/terraform.zip
- unzip /tmp/terraform.zip terraform -d /usr/local/bin/ - unzip /tmp/terraform.zip terraform -d /usr/local/bin/
- terraform version - terraform version
- rm -r .terraform* - rm -rf .terraform*
- touch payload.zip - touch payload.zip
Generate payload: Generate payload:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment