branch develop updated (06a54571 -> 820c2578)
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 06a54571 :memo: Fix gitlab-ci.yml for site generation new 820c2578 Fix pages build 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 820c2578abc38bdf7b6ffa2abca3a971030ffc60 Author: jcouteau <couteau@codelutin.com> Date: Thu Dec 24 09:43:39 2020 +0100 Fix pages build Summary of changes: .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 820c2578abc38bdf7b6ffa2abca3a971030ffc60 Author: jcouteau <couteau@codelutin.com> Date: Thu Dec 24 09:43:39 2020 +0100 Fix pages build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 502b2d6d..1f3d0819 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,5 +58,5 @@ pages: - public script: - - mvn site + - mvn clean install site - mv target/site public -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm