Update .gitlab-ci.yml
This commit is contained in:
@@ -34,6 +34,7 @@ plan:
|
||||
changes:
|
||||
- terraform.tf
|
||||
- terraform.tfvars
|
||||
- main.yml
|
||||
|
||||
apply:
|
||||
stage: apply
|
||||
@@ -61,6 +62,7 @@ apply:
|
||||
changes:
|
||||
- terraform.tf
|
||||
- terraform.tfvars
|
||||
- main.yml
|
||||
when: manual
|
||||
|
||||
ansible:
|
||||
@@ -83,6 +85,7 @@ ansible:
|
||||
changes:
|
||||
- terraform.tf
|
||||
- terraform.tfvars
|
||||
- main.yml
|
||||
|
||||
destroy:
|
||||
stage: destroy
|
||||
@@ -108,5 +111,6 @@ destroy:
|
||||
changes:
|
||||
- terraform.tf
|
||||
- terraform.tfvars
|
||||
- main.yml
|
||||
when: manual
|
||||
|
||||
|
||||
Reference in New Issue
Block a user