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: ...@@ -11,7 +11,7 @@ default:
name: hashicorp/terraform:latest name: hashicorp/terraform:latest
entrypoint: entrypoint:
- /usr/bin/env - /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: before_script:
- terraform init - terraform init
...@@ -39,6 +39,8 @@ iac_validate: ...@@ -39,6 +39,8 @@ iac_validate:
except: except:
refs: refs:
- master - master
tags:
- rr
iac_plan: iac_plan:
stage: iac_plan stage: iac_plan
...@@ -50,6 +52,8 @@ iac_plan: ...@@ -50,6 +52,8 @@ iac_plan:
artifacts: artifacts:
paths: paths:
- plan - plan
tags:
- rr
iac_apply: iac_apply:
stage: iac_apply stage: iac_apply
...@@ -60,4 +64,6 @@ iac_apply: ...@@ -60,4 +64,6 @@ iac_apply:
only: only:
refs: refs:
- master - 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