mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-17 11:24:56 -04:00
GIT_SILENT git: allow silent commits
This commit is contained in:
parent
158bb39a85
commit
d97ff68f52
@ -13,8 +13,7 @@ stages:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
only:
|
rules:
|
||||||
- master
|
- if: $CI_COMMIT_MESSAGE =~ '/^((?!GIT_SILENT).)*$/' && ($CI_PIPELINE_SOURCE == "merge_request_event" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master")
|
||||||
- merge_requests
|
|
||||||
script:
|
script:
|
||||||
- 'mvn $MAVEN_CLI_OPTS compile'
|
- 'mvn $MAVEN_CLI_OPTS compile'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user