branch develop updated (767cf87e -> dfe0b0c8)
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 767cf87e Fix domain for develop new dfe0b0c8 Syntax fix 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 dfe0b0c8ed2e0b634f5610350f723921871e3983 Author: Andrés Maldonado <maldonado@codelutin.com> Date: Fri Jul 8 17:47:11 2022 +0200 Syntax fix 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 dfe0b0c8ed2e0b634f5610350f723921871e3983 Author: Andrés Maldonado <maldonado@codelutin.com> Date: Fri Jul 8 17:47:11 2022 +0200 Syntax fix --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 310a3852..cb0457de 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" + - if: '$CI_PIPELINE_SOURCE == "push"' changes: - src/site/* when: always @@ -77,7 +77,7 @@ pages: swarmpages-build-docker: extends: .swarmpages-build-docker rules: - - if: '$CI_PIPELINE_SOURCE == "push" + - if: '$CI_PIPELINE_SOURCE == "push"' changes: - src/site/* when: always @@ -87,7 +87,7 @@ swarmpages-build-docker: swarmpages-deploy: extends: .swarmpages-deploy rules: - - if: '$CI_PIPELINE_SOURCE == "push" + - 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