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