From 21c20a5fcb41975745402d73342725a8c62e550e Mon Sep 17 00:00:00 2001 From: Geonhee Min Date: Sun, 9 Nov 2025 14:38:19 +0000 Subject: [PATCH] =?UTF-8?q?.gitlab-ci.yml=20=ED=8C=8C=EC=9D=BC=20=EC=97=85?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32aeb1d..911bafd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,9 @@ stages: - build +variables: + GIT_STRATEGY: clone + GIT_CHECKOUT: "http://gitlab.bkdhome.p-e.kr:8929/scheduler/front.git" build: stage: build