更新.gitlab-ci.yml文件
This commit is contained in:
@@ -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 "====== 发布完成 ========="
|
||||
|
||||
Reference in New Issue
Block a user