mirror of https://github.com/Mai-with-u/MaiBot.git
feat: 修改helm chart流水线,仅在helm-chart分支上运行
parent
b7590be33d
commit
fefeb10d4c
|
|
@ -3,6 +3,12 @@ stages:
|
|||
- build
|
||||
- package
|
||||
|
||||
# 仅在helm-chart分支运行
|
||||
workflow:
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == "helm-chart"'
|
||||
- when: never
|
||||
|
||||
# 查询并将麦麦仓库的工作区置为最后一个tag的版本
|
||||
initialize-maibot-git-repo:
|
||||
stage: initialize-maibot-git-repo
|
||||
|
|
|
|||
Loading…
Reference in New Issue