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: ...@@ -46,17 +46,17 @@ stages:
# only: # only:
# - master # - master
# plan: plan:
# tags: tags:
# - rr - rr
# stage: plan stage: plan
# script: script:
# - terraform validate - terraform plan
# - touch config.plan - touch config.plan
# - terraform plan -out config.plan - terraform plan -out config.plan
# - terraform apply config.plan - terraform apply config.plan
# only: only:
# - master - master
# apply: # 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