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

Update .gitlab-ci.yml

parent 816628bb
Pipeline #23514 failed
......@@ -54,21 +54,22 @@ plan:
- terraform validate
- touch config.plan
- terraform plan -out config.plan
- terraform apply config.plan
only:
- master
apply:
tags:
- rr
stage: apply
script:
- terraform apply config.plan
dependencies:
- plan
#when: manual
only:
- master
# apply:
# tags:
# - rr
# stage: apply
# script:
# - terraform apply config.plan
# dependencies:
# - plan
# #when: manual
# only:
# - master
destroy:
......
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