Commit 804880b6 authored by rajat.kulkarni's avatar rajat.kulkarni

Update .gitlab-ci.yml

parent 5f0b7f7c
Pipeline #23190 failed with stages
in 3 seconds
......@@ -34,19 +34,19 @@ install:
build:
tags:
- rs
- rr
stage: build
script:
- terraform --version
- terraform init
only:
- merge_requests
- master
plan:
tags:
- rs
- rr
stage: plan
script:
- terraform plan
......@@ -55,7 +55,7 @@ plan:
apply:
tags:
- rs
- rr
stage: apply
script:
- terraform apply
......@@ -68,7 +68,7 @@ apply:
destroy:
tags:
- rs
- rr
stage: destroy
script:
- echo "Destroying resources"
......
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