Commit 09246c6c authored by rajat.kulkarni's avatar rajat.kulkarni

Update .gitlab-ci.yml

parent dc1af145
Pipeline #23348 failed with stages
in 5 seconds
...@@ -14,6 +14,8 @@ default: ...@@ -14,6 +14,8 @@ default:
- "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" - "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
before_script: before_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
- terraform init - terraform init
cache: cache:
key: terraform key: terraform
......
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