From e3f6a2c32e09f276b03afecf77cbd358f5a3dc8d Mon Sep 17 00:00:00 2001 From: "Gan, Jimmy" Date: Thu, 4 Jun 2026 18:07:50 +0800 Subject: [PATCH] Revert "fix(ci): use Docker bridge gateway IP for checkout in dev CI" This reverts commit 0ee8d6cdabc14fafa84b21b935b19d641f88ff23. --- .gitea/workflows/deploy-dev.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy-dev.yml b/.gitea/workflows/deploy-dev.yml index e843567..4774a5c 100644 --- a/.gitea/workflows/deploy-dev.yml +++ b/.gitea/workflows/deploy-dev.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout repository run: | if [ ! -d .git ]; then - git clone --depth=1 "http://172.21.0.1:3300/${GITHUB_REPOSITORY}.git" . + git clone --depth=1 "http://gitea:3000/${GITHUB_REPOSITORY}.git" . fi - name: Setup Python @@ -103,7 +103,7 @@ jobs: - name: Checkout repository run: | if [ ! -d .git ]; then - git clone --depth=1 "http://172.21.0.1:3300/${GITHUB_REPOSITORY}.git" . + git clone --depth=1 "http://gitea:3000/${GITHUB_REPOSITORY}.git" . fi - name: Setup Node.js @@ -203,7 +203,7 @@ jobs: - name: Checkout repository run: | if [ ! -d .git ]; then - git clone --depth=1 "http://172.21.0.1:3300/${GITHUB_REPOSITORY}.git" . + git clone --depth=1 "http://gitea:3000/${GITHUB_REPOSITORY}.git" . fi - name: Sync runtime compose file