Commit 05dd88dc authored by rajat.kulkarni's avatar rajat.kulkarni

Update .gitlab-ci.yml

parent 46f7e8bd
Pipeline #23286 failed with stages
in 6 seconds
...@@ -29,9 +29,7 @@ stages: ...@@ -29,9 +29,7 @@ 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:
...@@ -59,6 +57,8 @@ build: ...@@ -59,6 +57,8 @@ build:
stage: build stage: build
script: 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
- terraform init - terraform init
only: only:
- master - master
......
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