From beafc388ec006bf24a3b74794f635cad33ab4fae Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 4 Sep 2025 04:02:27 +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 | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8bba35f..9b727c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,14 +2,6 @@ default: image: node:13.11.0 # 显式指定用户 stages: - 00.StaryEvo - - 01.HybridCLR - - 02.InformationSave - - 04.AudioCore - - 05.TableTextConversion - - 06.UIFarme - - 07.RKTools - - 08.UniTask - - 09.CodeChecker .template_job: &template_job variables: @@ -43,6 +35,6 @@ job_StaryEvo: <<: *template_job variables: MODULE_NAME: "00.StaryEvo" # 定义模块名称变量 - + stage: 00.StaryEvo after_script: - echo "====== 发布完成 ========="