Update .gitlab-ci.yml file
This commit is contained in:
@@ -7,7 +7,7 @@ release_job:
|
|||||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||||
|
|
||||||
only:
|
only:
|
||||||
- "data/.*"
|
- "data/*"
|
||||||
- "modinfo.lua"
|
- "modinfo.lua"
|
||||||
- "thumb.png"
|
- "thumb.png"
|
||||||
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
@@ -15,10 +15,6 @@ release_job:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA"
|
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA"
|
||||||
- rm -rf .vs
|
|
||||||
- rm .gitlab-ci.yml
|
|
||||||
- rm CHANGELOG
|
|
||||||
- rm README.md
|
|
||||||
|
|
||||||
release:
|
release:
|
||||||
tag_name: v2.0.$CI_PIPELINE_IID
|
tag_name: v2.0.$CI_PIPELINE_IID
|
||||||
|
|||||||
Reference in New Issue
Block a user