Commit 0eef8cbe authored by rajat.kulkarni's avatar rajat.kulkarni

Update .gitlab-ci.yml

parent d793ee76
Pipeline #23518 passed with stage
in 22 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 validate
# - touch config.plan
# - terraform plan -out config.plan
# - terraform apply config.plan
# only:
# - master
# apply:
......@@ -79,8 +79,8 @@ destroy:
script:
- echo "Destroying resources"
- terraform destroy
dependencies:
- plan
# dependencies:
# - plan
# - apply
#when: manual
only:
......
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