From 71db0b9426c3b428232de3aaddda30fde3e72d07 Mon Sep 17 00:00:00 2001 From: Huakk <1751826683@qq.com> Date: Mon, 19 Jan 2026 03:41:18 +0800 Subject: [PATCH] ci(other): update cicd --- .gitea/workflows/ci.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index cc3bd1e..5ff2adb 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -16,12 +16,16 @@ jobs: APP_NAME: jdt-mer-dev APP_PORT: 8083 steps: + - name: Install Git + run: | + sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories + apk add --no-cache git + - name: Checkout uses: https://gitea.com/actions/checkout@v4 - name: Setup environment run: | - sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories apk add --no-cache curl npm config set registry https://registry.npmmirror.com/ corepack enable && corepack prepare pnpm@8 --activate @@ -90,12 +94,16 @@ jobs: APP_NAME: jdt-mer-prod APP_PORT: 8083 steps: + - name: Install Git + run: | + sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories + apk add --no-cache git + - name: Checkout uses: https://gitea.com/actions/checkout@v4 - name: Setup environment run: | - sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories apk add --no-cache curl npm config set registry https://registry.npmmirror.com/ corepack enable && corepack prepare pnpm@8 --activate