Commit 46f7e8bd authored by rajat.kulkarni's avatar rajat.kulkarni

Update .gitlab-ci.yml

parent b4e40b41
Pipeline #23285 failed
...@@ -29,6 +29,10 @@ stages: ...@@ -29,6 +29,10 @@ stages:
- apply - apply
- destroy - destroy
before script:
- wget https://releases.hashicorp.com/terraform/0.11.14/terraform_0.11.14_linux_amd64.zip
- unzip terraform_0.11.14_linux_amd64.zip
install: install:
tags: tags:
- rr - rr
...@@ -50,9 +54,6 @@ install: ...@@ -50,9 +54,6 @@ install:
build: build:
before script:
- wget https://releases.hashicorp.com/terraform/0.11.14/terraform_0.11.14_linux_amd64.zip
- unzip terraform_0.11.14_linux_amd64.zip
tags: tags:
- rr - rr
stage: build stage: build
......
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