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
|
||||
|
||||
only:
|
||||
- "data/.*"
|
||||
- "data/*"
|
||||
- "modinfo.lua"
|
||||
- "thumb.png"
|
||||
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
@@ -15,10 +15,6 @@ release_job:
|
||||
|
||||
script:
|
||||
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA"
|
||||
- rm -rf .vs
|
||||
- rm .gitlab-ci.yml
|
||||
- rm CHANGELOG
|
||||
- rm README.md
|
||||
|
||||
release:
|
||||
tag_name: v2.0.$CI_PIPELINE_IID
|
||||
|
||||
Reference in New Issue
Block a user