From 74d380e41e5b1f44b25c187ba9eda8f08e19d201 Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 7 Apr 2025 04:27:05 +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 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8e6c85..b719dbf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,6 @@ job_StaryEvo: - npm publish - echo '00.StaryEvo构建完成' when: 'on_success' - retry: 0 # 01.CodeChecker job_CodeChecker: @@ -51,7 +50,6 @@ job_CodeChecker: - npm publish - echo '01.CodeChecker构建完成' when: 'on_success' - retry: 0 # 02.InformationSave job_InformationSave: @@ -72,7 +70,6 @@ job_InformationSave: - npm publish - echo '02.InformationSave构建完成' when: 'on_success' - retry: 0 # 03.FiniteStateMachine job_FiniteStateMachine: @@ -93,7 +90,6 @@ job_FiniteStateMachine: - npm publish - echo '03.FiniteStateMachine构建完成' when: 'on_success' - retry: 0 # 04.AudioCore job_AudioCore: @@ -114,7 +110,6 @@ job_AudioCore: - npm publish - echo '04.AudioCore构建完成' when: 'on_success' - retry: 0 # 05.TableTextConversion job_TableTextConversion: @@ -135,7 +130,6 @@ job_TableTextConversion: - npm publish - echo '05.TableTextConversion构建完成' when: 'on_success' - retry: 0 after_script: - echo "====== 发布完成 ========="