branch develop updated (f0afed66 -> a909df42)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git from f0afed66 Syntax fix new a909df42 Simplifications The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit a909df42a0eda83e1f76b28b52d8150403457265 Author: Andrés Maldonado <maldonado@codelutin.com> Date: Tue Mar 23 12:59:59 2021 +0100 Simplifications Summary of changes: .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit a909df42a0eda83e1f76b28b52d8150403457265 Author: Andrés Maldonado <maldonado@codelutin.com> Date: Tue Mar 23 12:59:59 2021 +0100 Simplifications --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50f91e10..48899ffb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,12 +26,10 @@ build:with-tests: script: - mvn clean package rules: - - if: '$CI_PIPELINE_SOURCE == "schedule" || $CI_COMMIT_BRANCH =~ /^master.*$/ || $CI_COMMIT_BRANCH =~ /^release\/.*$/' - when: never # Lancer ce job seulement lors de changements dans les dossiers 'echobase*' ou dans 'pom.xml' # On active cette règle seulement pour les branch pipelines ou les merge request pipelines # https://docs.gitlab.com/13.9/ee/ci/yaml/README.html#ruleschanges - - if: '($CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH) || $CI_PIPELINE_SOURCE == "merge_request_event"' + - if: '($CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH !~ /^master.*$/ && $CI_COMMIT_BRANCH !~ /^release\/.*$/) || $CI_PIPELINE_SOURCE == "merge_request_event"' changes: - echobase* - pom.xml @@ -43,14 +41,11 @@ check-releasable: script: - mvn clean verify -e -U -DperformRelease -Dredmine.skipGenerateChanges -Dmaven.javadoc.skip rules: - - if: '$CI_PIPELINE_SOURCE == "schedule"' - when: never - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH =~ /^develop.*$/' changes: - echobase* - pom.xml when: always - - when: never sonar_job: image: registry.nuiton.org/codelutin/dockerfiles:maven-release -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm