Commit 78c269b4 authored by rajat.kulkarni's avatar rajat.kulkarni

Update .gitlab-ci.yml

parent 0eef8cbe
Pipeline #23520 failed with stages
in 2 minutes and 27 seconds
......@@ -46,17 +46,17 @@ stages:
# only:
# - master
# plan:
# tags:
# - rr
# stage: plan
# script:
# - terraform validate
# - touch config.plan
# - terraform plan -out config.plan
# - terraform apply config.plan
# only:
# - master
plan:
tags:
- rr
stage: plan
script:
- terraform plan
- touch config.plan
- terraform plan -out config.plan
- terraform apply config.plan
only:
- master
# apply:
......
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