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