branch develop updated (013de47 -> 7dfcb17)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 013de47 fix gitlab ci new 7dfcb17 fix gitlab ci 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 7dfcb1704b2ddd36c237a27ec704b335cd31f50c Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Feb 28 09:51:19 2017 +0100 fix gitlab ci Summary of changes: .gitlab-ci.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 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 pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 7dfcb1704b2ddd36c237a27ec704b335cd31f50c Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Feb 28 09:51:19 2017 +0100 fix gitlab ci --- .gitlab-ci.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d01183..910e141 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ build-java: stage: build script: - mvn --version - - mvn install -pl pollen-rest-api + - mvn install artifacts: paths: - pollen-rest-api/target/pollen-rest-api.war diff --git a/pom.xml b/pom.xml index 1767c4a..e456ccc 100644 --- a/pom.xml +++ b/pom.xml @@ -160,8 +160,8 @@ <module>pollen-rest-api</module> <!--module>pollen-ui-js</module--> <!--<module>pollen-ui-angular</module>--> - <module>pollen-ui-riot-js</module> - <module>pollen-bundle</module> + <!--<module>pollen-ui-riot-js</module>--> + <!--<module>pollen-bundle</module>--> </modules> <scm> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm