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

Update .gitlab-ci.yml

parent c60f064b
Pipeline #23346 failed with stages
in 1 second
......@@ -11,7 +11,7 @@ default:
name: hashicorp/terraform:latest
entrypoint:
- /usr/bin/env
- PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
- "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
before_script:
- terraform init
......@@ -39,6 +39,8 @@ iac_validate:
except:
refs:
- master
tags:
- rr
iac_plan:
stage: iac_plan
......@@ -50,6 +52,8 @@ iac_plan:
artifacts:
paths:
- plan
tags:
- rr
iac_apply:
stage: iac_apply
......@@ -60,4 +64,6 @@ iac_apply:
only:
refs:
- master
tags:
- rr
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