branch release/3.0.0 updated (d8b73ea2 -> 846d7878)
This is an automated email from the git hooks/post-receive script. New change to branch release/3.0.0 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from d8b73ea2 update gitlab ci for release new 846d7878 update gitlab ci for release 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 846d7878e5701f7237a84a9f6fc9128608bb5dd9 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Sep 27 12:15:12 2017 +0200 update gitlab ci for release Summary of changes: .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 release/3.0.0 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 846d7878e5701f7237a84a9f6fc9128608bb5dd9 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Sep 27 12:15:12 2017 +0200 update gitlab ci for release --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cad19f89..4b9d4455 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,7 +71,7 @@ release: - mvn -q --batch-mode org.codehaus.mojo:versions-maven-plugin::set -DnewVersion=$VERSION - mvn org.codehaus.mojo:versions-maven-plugin:display-dependency-updates |sed -n '/The following dependencies in Dependencies have newer versions/,/--------------------------------------------------/p' - mvn -q --batch-mode org.codehaus.mojo:versions-maven-plugin::use-releases - - mvn -q --batch-mode org.codehaus.mojo:license-maven-plugin:1.13:check-file-header -Dlicense.failOnMissingHeader=true -DfailOnNotUptodateHeader=true -Dlicense.roots=src/main -Dlicense.excludes=webapp/lib/** || (echo "Veullez mettre a jour vos header sur la branche $RELEASE avec la commande 'mvn org.codehaus.mojo:license-maven-plugin:1.13:update-file-header -Dlicense.roots=src/main -Dlicense.excludes=webapp/lib/**'"; exit 2) + - mvn -q --batch-mode org.codehaus.mojo:license-maven-plugin:1.13:check-file-header -Dlicense.failOnMissingHeader=true -DfailOnNotUptodateHeader=true -Dlicense.roots=src/main -Dlicense.excludes=**/i18n/*.properties,**/THIRD-PARTY.properties,**/*.sh,**/*.sql,**/*.json,**/*.svg || (echo "Veullez mettre a jour vos header sur la branche $RELEASE avec la commande 'mvn -Pupdate-file-header'"; exit 2) - mvn -q --batch-mode clean install - mkdir -p $OLD_DIR/target - cp target/*.war $OLD_DIR/target/${CI_PROJECT_NAME}-$VERSION.war -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm