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

Update .gitlab-ci.yml

parent e7f3e33b
Pipeline #23317 failed
......@@ -39,8 +39,8 @@ 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
- mv terraform /usr/local/bin/
- chown -R root:root /usr/local/bin/terraform
# - mv terraform /usr/local/bin/
#- chown -R root:root /usr/local/bin/terraform
#- terraform_0.11.14_linux_amd64.zip
#- export PATH=$PATH:$HOME/terraform
......@@ -54,13 +54,13 @@ install:
build:
commands:
- terraform init
tags:
- rr
stage: build
script:
- terraform init
only:
- 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