1. 更新gitlab-ci流水线配置
This commit is contained in:
parent
704df3b422
commit
2f386bec52
|
@ -34,8 +34,6 @@ release_job:
|
|||
- linux-maven
|
||||
rules :
|
||||
- if : $CI_COMMIT_TAG # Run this job when a tag is created
|
||||
when: never
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run this job when commits are pushed or merged to the default branch
|
||||
script :
|
||||
- echo "running release_job"
|
||||
release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties
|
||||
|
|
Loading…
Reference in New Issue