Commit bbe41455 authored by rajat.kulkarni's avatar rajat.kulkarni

Update .gitlab-ci.yml

parent 3e4232b4
Pipeline #23444 failed with stages
in 5 seconds
......@@ -42,8 +42,11 @@ install:
- rr
stage: install
script:
- wget https://releases.hashicorp.com/terraform/0.12.29/terraform_0.12.29_linux_amd64.zip
- unzip terraform_0.12.29_linux_amd64.zip
# - wget https://releases.hashicorp.com/terraform/0.12.29/terraform_0.12.29_linux_amd64.zip
# - unzip terraform_0.12.29_linux_amd64.zip
- curl -O https://releases.hashicorp.com/terraform/0.11.10/terraform_0.11.10_linux_amd64.zip
- sudo unzip terraform_0.11.10_linux_amd64.zip -d /usr/local/bin/
- rm terraform_0.11.10_linux_amd64.zip
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment