删除无用文件

This commit is contained in:
2025-03-31 10:20:59 +08:00
parent ab4a25a35b
commit 24a39ccf23
207 changed files with 3 additions and 6911 deletions

View File

@@ -10,14 +10,14 @@ stages:
# 发布
job_deploy:
only:
- master
- 03.FiniteStateMachine
stage: deploy
tags:
- staryEvo
before_script:
- echo '开始发布'
script:
- cd Assets/02.InformationSave
- cd Assets/03.FiniteStateMachine
# 获取当前版本
- CURRENT_VERSION=$(node -p "require('./package.json').version")
# - echo " ProjectID ${CI_SERVER_HOST}"