Update .gitlab-ci.yml

This commit is contained in:
2022-11-04 23:47:26 +00:00
parent 7a9cb05368
commit 83ee13c615

View File

@@ -25,9 +25,6 @@ apply:
ARGUMENTS: -var=pm_password=$pm_password -var=pm_api_url=$pm_api_url -var-file=terraform.tfvars
allow_failure: false
extends: .terraform_apply
only:
changes:
- terraform/*
rules:
- if: '$CI_COMMIT_BRANCH == "main"'
changes: