From 9a1e13e42133b44d658a8c5b9048402b023ed57a Mon Sep 17 00:00:00 2001 From: Proton Date: Tue, 17 Dec 2024 14:47:47 +0800 Subject: [PATCH] [ci] Disable git-cdn --- .github/workflows/scripts/common-utils.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scripts/common-utils.sh b/.github/workflows/scripts/common-utils.sh index ddba260fa2be1..ff77d1cb1a8f5 100644 --- a/.github/workflows/scripts/common-utils.sh +++ b/.github/workflows/scripts/common-utils.sh @@ -9,6 +9,7 @@ function unset-git-caching-proxy { } function set-git-caching-proxy { + return # Disable git caching proxy, modified git-cdn image is lost trap unset-git-caching-proxy EXIT echo "Setting git caching proxy" git config --global --add url.http://git-cdn-github.botmaster.tgr/.insteadOf https://github.com/