From 5bdb08d6738a651243a355e4ed6ddc14e825da11 Mon Sep 17 00:00:00 2001 From: Lectom C Han Date: Thu, 12 Feb 2026 11:07:11 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8A=A4=ED=85=8C=EC=9D=B4=EC=A7=95=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=ED=8C=A8=EC=B9=98=20=EA=B0=95=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/staging_code_pull.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/staging_code_pull.yml b/.gitea/workflows/staging_code_pull.yml index c9387d9d..8d4bfa0a 100644 --- a/.gitea/workflows/staging_code_pull.yml +++ b/.gitea/workflows/staging_code_pull.yml @@ -130,6 +130,8 @@ jobs: git remote set-url origin ssh://git@172.16.10.175:222/baron/baron-sso.git fi git fetch --depth 1 origin '${TARGET_BRANCH}' && \ + git reset --hard FETCH_HEAD && \ + git clean -fd && \ git checkout -B '${TARGET_BRANCH}' FETCH_HEAD" # .env 파일 복사