branch release/3.0.0 updated (846d7878 -> 7c572986)
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 846d7878 update gitlab ci for release new 7c572986 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 7c572986315bacbbf04e88690d63b6ca7e496cca Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Sep 27 14:21:56 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 7c572986315bacbbf04e88690d63b6ca7e496cca Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Sep 27 14:21:56 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 4b9d4455..828900ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,7 +74,7 @@ release: - 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 + - cp pollen-rest-api/target/*.war $OLD_DIR/target/${CI_PROJECT_NAME}-$VERSION-api.war - echo "NodeJs release for $VERSION " - curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - && sudo apt-get install -y nodejs - cd pollen-ui-riot-js -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm