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

Update .gitlab-ci.yml

parent 05fe757e
Pipeline #23236 failed with stages
in 3 seconds
...@@ -35,7 +35,12 @@ install: ...@@ -35,7 +35,12 @@ install:
- rr - rr
stage: install stage: install
script: script:
- curl -o terraform.zip https://releases.hashicorp.com/terraform/0.12.2/ #- curl -o terraform.zip https://releases.hashicorp.com/terraform/0.12.2/
- sudo yum update
- sudo yum install wget unzip
- sudo wget https://releases.hashicorp.com/terraform/0.12.2/terraform_0.12.2_linux_amd64.zip
- sudo unzip ./terraform_0.12.2_linux_amd64.zip –d /usr/local/bin
only: only:
......
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