Update .gitlab-ci.yml

This commit is contained in:
2022-11-05 00:15:57 +00:00
parent 9836795bac
commit 4734718afe

View File

@@ -23,7 +23,7 @@ plan:
- changes: - changes:
- 'terraform/*' - 'terraform/*'
apply: k3s:
stage: build stage: build
variables: variables:
WORKDIR: $CI_PROJECT_DIR/terraform WORKDIR: $CI_PROJECT_DIR/terraform
@@ -35,7 +35,7 @@ apply:
- changes: - changes:
- 'terraform/*' - 'terraform/*'
k3s: k3s-ansible:
stage: build stage: build
variables: variables:
FILE: $CI_PROJECT_DIR/jobs/main.yml FILE: $CI_PROJECT_DIR/jobs/main.yml