Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-26 22:06:28 +00:00
parent 4ad32d8be5
commit 94b00cb7ff

View File

@@ -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