branch develop updated (a909df42 -> 83c42db9)
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 a909df42 Simplifications new 83c42db9 Construire la doc seulement sur 'master' 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 83c42db9d5cd02dc2cc08d8bc1cac11eef99b3d6 Author: Andrés Maldonado <maldonado@codelutin.com> Date: Wed Mar 24 15:42:19 2021 +0100 Construire la doc seulement sur 'master' 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 develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 83c42db9d5cd02dc2cc08d8bc1cac11eef99b3d6 Author: Andrés Maldonado <maldonado@codelutin.com> Date: Wed Mar 24 15:42:19 2021 +0100 Construire la doc seulement sur 'master' --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 48899ffb..98a7d242 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 == "develop"' + - if: '$CI_PIPELINE_SOURCE == "push" && $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 == "develop"' + - if: '$CI_PIPELINE_SOURCE == "push" && $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 == "develop"' + - if: '$CI_PIPELINE_SOURCE == "push" && $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