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>.