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>.