From df61f6422c880c78da0929358fdcd1778616cef9 Mon Sep 17 00:00:00 2001 From: Geonhee Min Date: Mon, 10 Nov 2025 01:18:47 +0000 Subject: [PATCH] =?UTF-8?q?issue=20#=20gitlab=20ci=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 870d8a2..146d7f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,10 +6,6 @@ variables: GIT_CHECKOUT: "true" GIT_SSL_NO_VERIFY: "true" -before_script: - - git remote set-url origin http://192.168.219.107:8929/scheduler/front.git - - git config --global http.sslVerify false - build: stage: build image: node:25.1.0