From b1742f0c5e6336837a775f330d3fc9c9a65c65fc Mon Sep 17 00:00:00 2001 From: root <834207172@qq.com> Date: Thu, 2 Apr 2026 19:22:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/.gitlab-c?= =?UTF-8?q?i.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/.gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/.gitlab-ci.yml b/.gitea/workflows/.gitlab-ci.yml index fbfb574..03af38e 100644 --- a/.gitea/workflows/.gitlab-ci.yml +++ b/.gitea/workflows/.gitlab-ci.yml @@ -38,12 +38,12 @@ jobs: - 11.PointCloudTools steps: - - name: Install Git - run: | - apk add --no-cache git - git --version # 验证 + #- name: Install Git + # run: | + # apk add --no-cache git + # git --version # 验证 - name: Checkout - uses: https://gitea.com/actions/checkout@v4 + uses: http://106.52.62.106:3000/actions/checkout@v4 - name: Setup Node.js run: | ln -sf /srv/18-alpine/bin/node /usr/bin/node