Revert "GIT_SILENT git: allow silent commits"

This reverts commit d97ff68f52f8ca2380b975c5ab2d4fc7c797f8b6
This commit is contained in:
Bixilon 2021-12-09 11:51:00 +01:00
parent 3d682d827a
commit c8b6eee2e1

View File

@ -13,7 +13,8 @@ stages:
build: build:
stage: build stage: build
rules: only:
- if: $CI_COMMIT_MESSAGE =~ '/^((?!GIT_SILENT).)*$/' && ($CI_PIPELINE_SOURCE == "merge_request_event" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master") - master
- merge_requests
script: script:
- 'mvn $MAVEN_CLI_OPTS compile' - 'mvn $MAVEN_CLI_OPTS compile'