Update .gitlab-ci.yml file
This commit is contained in:
@@ -7,10 +7,13 @@ release_job:
|
|||||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||||
|
|
||||||
only:
|
only:
|
||||||
|
# - if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
|
# - if: $CI_COMMIT_TAG
|
||||||
|
# when: never
|
||||||
changes:
|
changes:
|
||||||
- "data/*"
|
- data/**
|
||||||
- "modinfo.lua"
|
- modinfo.lua
|
||||||
- "thumb.png"
|
- thumb.png
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA"
|
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA"
|
||||||
|
|||||||
Reference in New Issue
Block a user