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

Update .gitlab-ci.yml

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