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

Update .gitlab-ci.yml

parent 5062b307
Pipeline #23136 failed
......@@ -14,6 +14,7 @@ variables:
stages:
- install
- build
- plan
- apply
......@@ -23,6 +24,18 @@ stages:
image:
name: hashicorp/terraform:0.14.2
install:
tags:
- rr
stage: install
script:
- sudo yum install -y yum-utils
- sudo yum install -y yum-utils
- sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
- sudo yum -y install terraform
-
only:
- master
build:
tags:
......
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