mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-08 00:11:24 -05:00
Update file terraform-gitlab.yml
This commit is contained in:
parent
d56e714b21
commit
7a36f7ca69
1 changed files with 2 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ stages:
|
|||
- destroy
|
||||
|
||||
variables:
|
||||
WORKDIR: $CI_PROJECT_DIR/.tf
|
||||
WORKDIR: $CI_PROJECT_DIR/terraform
|
||||
GITLAB_TF_ADDRESS: ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/terraform/state/gitlab
|
||||
TF_VAR_GITLAB_PROJECT_ID: $CI_PROJECT_ID
|
||||
TF_VAR_GITLAB_PROJECT_NAME: $CI_PROJECT_NAME
|
||||
|
|
@ -34,6 +34,4 @@ validate:
|
|||
apply:
|
||||
stage: apply
|
||||
allow_failure: false
|
||||
extends: .terraform_apply
|
||||
rules:
|
||||
- when: manual
|
||||
extends: .terraform_apply
|
||||
Loading…
Add table
Add a link
Reference in a new issue