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