branch develop updated (9b4e6d2a -> 767cf87e)
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 9b4e6d2a Update .gitlab-ci.yml new 767cf87e Fix domain for develop 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 767cf87ed77932ec064e79ed31638070eacc2142 Author: Andrés Maldonado <maldonado@codelutin.com> Date: Fri Jul 8 17:45:45 2022 +0200 Fix domain for develop Summary of changes: .gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 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 767cf87ed77932ec064e79ed31638070eacc2142 Author: Andrés Maldonado <maldonado@codelutin.com> Date: Fri Jul 8 17:45:45 2022 +0200 Fix domain for develop --- .gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1748d380..310a3852 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ variables: SP_TARGET: "FSN1" - SP_DOMAINS: "echobase.codelutin.com, echobase.cloud.codelutin.com" - #SP_OLD_DOMAINS: ifremer.page.nuiton.org/echobase/ # Pas encore prêt + SP_DOMAINS: "echobase.test.cloud.codelutin.com" # Ne pas merger cette ligne sur master include: - project: 'codelutin/ci' @@ -68,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" changes: - src/site/* when: always @@ -78,7 +77,7 @@ pages: swarmpages-build-docker: extends: .swarmpages-build-docker rules: - - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "master"' + - if: '$CI_PIPELINE_SOURCE == "push" changes: - src/site/* when: always @@ -88,7 +87,7 @@ swarmpages-build-docker: swarmpages-deploy: extends: .swarmpages-deploy rules: - - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "master"' + - if: '$CI_PIPELINE_SOURCE == "push" 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