This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit 8dc970f7fa85b22684ab0872df6efccec5ec9d5d Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Apr 13 16:00:15 2018 +0200 Add gitlab pages --- .gitlab-ci.yml | 2 +- src/site/site.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 071a0292..4efe697a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,5 +17,5 @@ pages: paths: - public script: - - mvn install && mvn site + - mvn install -DskipTests && mvn site - mv target/site public diff --git a/src/site/site.xml b/src/site/site.xml index 66df32f3..e3361d28 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -52,7 +52,6 @@ <breadcrumbs> <item name="${project.name}" href="${project.url}/index.html"/> - <item name="${project.version}" href="${project.url}/v/${siteDeployClassifier}/index.html"/> </breadcrumbs> <menu name="Le projet" inherit="top"> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.