1. 更新gitlab-ci流水线配置
This commit is contained in:
parent
055441c45f
commit
91999a7208
|
@ -32,6 +32,8 @@ release_job :
|
||||||
image : registry.gitlab.com/gitlab-org/release-cli:latest
|
image : registry.gitlab.com/gitlab-org/release-cli:latest
|
||||||
tags :
|
tags :
|
||||||
- linux-maven
|
- linux-maven
|
||||||
|
rules :
|
||||||
|
- if $CI_COMMIT_TAG
|
||||||
script :
|
script :
|
||||||
- echo "running release_job $CI_COMMIT_TAG"
|
- echo "running release_job $CI_COMMIT_TAG"
|
||||||
release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties
|
release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties
|
||||||
|
|
Loading…
Reference in New Issue