branch develop updated (18f59b9 -> 9551afe)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-config. See https://gitlab.nuiton.org/nuiton/nuiton-config.git from 18f59b9 Update .gitlab-ci.yml new 9551afe Update .gitlab-ci.yml 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 9551afe1103a063d6308c770804d0f25aaa12b33 Author: Jean Couteau <couteau@codelutin.com> Date: Fri Oct 9 14:51:53 2020 +0200 Update .gitlab-ci.yml Summary of changes: .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-config. See https://gitlab.nuiton.org/nuiton/nuiton-config.git commit 9551afe1103a063d6308c770804d0f25aaa12b33 Author: Jean Couteau <couteau@codelutin.com> Date: Fri Oct 9 14:51:53 2020 +0200 Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aad14b3..10f399d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,8 +35,6 @@ sonar: pages: stage: reporting - only: - - master artifacts: paths: - public @@ -44,4 +42,4 @@ pages: - mvn site -Preporting && mvn site:stage - mv target/staging/nuitonpom/nuiton-config-project public rules: - - if: '$CI_PIPELINE_SOURCE != "schedule"' \ No newline at end of file + - if: '$CI_COMMIT_BRANCH =~ "/^master\/.*$/" && $CI_PIPELINE_SOURCE != "schedule"' \ No newline at end of file -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm