Merge branch 'restructure' into 'development'
feat(gitlab_release): dont automagic run on dev See merge request nofusscomputing/projects/gitlab-ci!23
This commit is contained in:
@ -56,7 +56,7 @@
|
|||||||
when: on_success
|
when: on_success
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
- if: '$CI_COMMIT_BRANCH == "development"'
|
- if: '$CI_COMMIT_BRANCH == "development"'
|
||||||
when: on_success
|
when: manual
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
# for testing
|
# for testing
|
||||||
# - if: '$CI_COMMIT_BRANCH != "master"'
|
# - if: '$CI_COMMIT_BRANCH != "master"'
|
||||||
|
Reference in New Issue
Block a user