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 47c93b79e38469706f31c1fc65454f6d3e547bb7 Author: Andrés Maldonado <maldonado@codelutin.com> Date: Wed May 18 16:07:58 2022 +0200 Utiliser le nouveau template swarmpages --- .gitlab-ci.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23573346..1955ba91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,17 +1,18 @@ variables: - PAGES_TARGET: "FSN1" - PAGES_DOMAIN: "echobase.codelutin.com, echobase.cloud.codelutin.com" + SP_TARGET: "FSN1" + SP_DOMAINS: "echobase.codelutin.com, echobase.cloud.codelutin.com" + SP_OLD_DOMAINS: ifremer.page.nuiton.org/echobase/ include: - project: 'codelutin/ci' - file: '/cloudpages_base.yml' + file: '/swarmpages_base.yml' stages: - build - check-releasable - sonar - pages -- cloudpages +- swarmpages build:compile-only: image: registry.nuiton.org/codelutin/dockerfiles:maven-release @@ -74,8 +75,8 @@ pages: - if: '$CI_PIPELINE_SOURCE == "web"' when: always -cloudpages-build-docker: - extends: .cloudpages-build-docker +swarmpages-build-docker: + extends: .swarmpages-build-docker rules: - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "master"' changes: @@ -84,8 +85,8 @@ cloudpages-build-docker: - if: '$CI_PIPELINE_SOURCE == "web"' when: always -cloudpages-deploy: - extends: .cloudpages-deploy +swarmpages-deploy: + extends: .swarmpages-deploy rules: - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "master"' changes: -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.