This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-csv. See https://gitlab.nuiton.org/nuiton/nuiton-csv.git commit 6ecd24870c8e4fd06b7294e29f6e7cae0d122cb1 Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue May 1 16:56:08 2018 +0200 Update GitlabCi with check-releasable job --- .gitlab-ci.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc38cee..f92708b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,14 +2,22 @@ image: registry.nuiton.org/codelutin/dockerfiles:maven-release stages: - build +- check-releasable - deploy - reporting -build: +build:with-tests: stage: build script: - mvn install +check-releasable: + stage: check-releasable + script: + - mvn clean verify -e -U -DperformRelease -Dredmine.skipGenerateChanges -Dmaven.javadoc.skip + only: + - develop + snapshot: stage: deploy only: @@ -20,7 +28,7 @@ snapshot: pages: stage: reporting only: - - develop + - master artifacts: paths: - public -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.