From 4734718afeb0acad75f224efaf4c1aa3604a76ae Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 5 Nov 2022 00:15:57 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 134b9ed..e30a360 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ plan: - changes: - 'terraform/*' -apply: +k3s: stage: build variables: WORKDIR: $CI_PROJECT_DIR/terraform @@ -35,7 +35,7 @@ apply: - changes: - 'terraform/*' -k3s: +k3s-ansible: stage: build variables: FILE: $CI_PROJECT_DIR/jobs/main.yml