branch master updated (a0674b79 -> b488f2bb)
This is an automated email from the git hooks/post-receive script. New change to branch master in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git from a0674b79 Lancer le job cloudpages new b488f2bb Permettre le lancement des pipelines pages/cloudpages via l'interface web 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 b488f2bb248c80192a5aab9cba4387bdf9fa4c1e Author: Andrés Maldonado <maldonado@codelutin.com> Date: Wed May 18 14:32:14 2022 +0200 Permettre le lancement des pipelines pages/cloudpages via l'interface web Summary of changes: .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 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 master in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit b488f2bb248c80192a5aab9cba4387bdf9fa4c1e Author: Andrés Maldonado <maldonado@codelutin.com> Date: Wed May 18 14:32:14 2022 +0200 Permettre le lancement des pipelines pages/cloudpages via l'interface web --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc8cbf7d..57682164 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,7 +67,7 @@ pages: - mvn clean install site - mv target/site public rules: - - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "master"' + - if: '$CI_PIPELINE_SOURCE == =~ /^(?:push|web)$/ && $CI_COMMIT_BRANCH == "master"' changes: - src/site/* when: always @@ -75,7 +75,7 @@ pages: cloudpages-build-docker: extends: .cloudpages-build-docker rules: - - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "master"' + - if: '$CI_PIPELINE_SOURCE =~ /^(?:push|web)$/ && $CI_COMMIT_BRANCH == "master"' changes: - src/site/* when: always @@ -83,7 +83,7 @@ cloudpages-build-docker: cloudpages-deploy: extends: .cloudpages-deploy rules: - - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "master"' + - if: '$CI_PIPELINE_SOURCE =~ /^(?:push|web)$/ && $CI_COMMIT_BRANCH == "master"' changes: - src/site/* when: always -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm