branch develop updated (c37a461d -> 8dc970f7)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository lima. See https://gitlab.nuiton.org/chorem/lima.git from c37a461d Add gitlab pages new 8dc970f7 Add gitlab pages 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 8dc970f7fa85b22684ab0872df6efccec5ec9d5d Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Apr 13 16:00:15 2018 +0200 Add gitlab pages Summary of changes: .gitlab-ci.yml | 2 +- src/site/site.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm