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: ...@@ -34,19 +34,19 @@ install:
build: build:
tags: tags:
- rs - rr
stage: build stage: build
script: script:
- terraform --version - terraform --version
- terraform init - terraform init
only: only:
- merge_requests - master
plan: plan:
tags: tags:
- rs - rr
stage: plan stage: plan
script: script:
- terraform plan - terraform plan
...@@ -55,7 +55,7 @@ plan: ...@@ -55,7 +55,7 @@ plan:
apply: apply:
tags: tags:
- rs - rr
stage: apply stage: apply
script: script:
- terraform apply - terraform apply
...@@ -68,7 +68,7 @@ apply: ...@@ -68,7 +68,7 @@ apply:
destroy: destroy:
tags: tags:
- rs - rr
stage: destroy stage: destroy
script: script:
- echo "Destroying resources" - 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