From 5f750bf07c03b418331546256120c9c64671eaa4 Mon Sep 17 00:00:00 2001 From: Claude CI Bot Date: Wed, 10 Jun 2026 18:25:06 +0000 Subject: [PATCH] =?UTF-8?q?fix(ci):=20use=20gitea:3000=20for=20checkout=20?= =?UTF-8?q?=E2=80=94=20172.21.0.1:3300=20unreachable=20from=20runner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy-claude-dev-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-claude-dev-dev.yml b/.gitea/workflows/deploy-claude-dev-dev.yml index 937b6f8..c1a9c3d 100644 --- a/.gitea/workflows/deploy-claude-dev-dev.yml +++ b/.gitea/workflows/deploy-claude-dev-dev.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout repository run: | if [ ! -d .git ]; then - git clone --branch "${GITHUB_REF_NAME}" --depth=1 "http://172.21.0.1:3300/${GITHUB_REPOSITORY}.git" . + git clone --branch "${GITHUB_REF_NAME}" --depth=1 "http://gitea:3000/${GITHUB_REPOSITORY}.git" . fi - name: Resolve image tags