diff --git a/.gitee/ISSUE_TEMPLATE.zh-CN.md b/.gitee/ISSUE_TEMPLATE.zh-CN.md deleted file mode 100755 index f09d98d..0000000 --- a/.gitee/ISSUE_TEMPLATE.zh-CN.md +++ /dev/null @@ -1,13 +0,0 @@ -### 该问题是怎么引起的? - - - -### 重现步骤 - - - -### 报错信息 - - - - diff --git a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md deleted file mode 100755 index 6199c1e..0000000 --- a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md +++ /dev/null @@ -1,12 +0,0 @@ -### 相关的Issue - - -### 原因(目的、解决的问题等) - - -### 描述(做了什么,变更了什么) - - -### 测试用例(新增、改动、可能影响的功能) - - diff --git a/.workflow/deploy.yml b/.workflow/deploy.yml deleted file mode 100644 index 836c30b..0000000 --- a/.workflow/deploy.yml +++ /dev/null @@ -1,32 +0,0 @@ -version: '1.0' -name: pipeline-20260525 -displayName: pipeline-20260525 -triggers: - trigger: auto - push: - branches: - precise: - - master -stages: - - name: stage-b0e54961 - displayName: deploy - strategy: naturally - trigger: auto - executor: [] - steps: - - step: shell@agent - name: execute_shell - displayName: Shell 脚本执行 - schedulerType: DISTRIBUTED - hostGroupID: - ID: i-f8zc4nf8y8u267zwn9vw - hostID: - - 0c13eac4-c35d-455e-a162-ce11a0ab9e37 - scriptType: SH - script: - - cd ~/gen2d - - ./deploy.sh - gitClone: false - notify: [] - strategy: - retry: '0'