From e858867e293e8c0f17f2bcf92129a0bd7b67dd4e Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 28 Mar 2025 08:09:01 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.gitlab-ci.yml=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fad8b3..8d95668 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,25 +7,9 @@ before_script: stages: - - install - deploy -# 安装依赖 -job_install: - only: - - master - stage: install - before_script: - - echo '安装依赖' - - apt-get update -y || true - - apt-get install -y --no-install-recommends npm # Add sudo - script: - - cd Assets/02.InformationSave - - echo " registry=http://192.168.31.100:8418/api/packages/unity-registry/npm" > .npmrc - - echo "//192.168.31.100:8418/api/packages/unity-registry/:_authToken=7a502f73368672741accbd12fdf268909b1dca0f" >> .npmrc - - retry: 0 # 发布