This is an automated email from the git hooks/post-receive script. New commit to branch release/3.1.2 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit dc801dd6014a48a16f0304e0508149838eadc303 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Feb 2 18:00:42 2018 +0100 fix gitlab ci release --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be770bfb..8fc3ff50 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -96,7 +96,7 @@ release: - pwd - git branch -a - git push origin HEAD:$RELEASE - - git flow release finish + - git flow release finish -m "release $VERSION success" - git checkout -f develop - git push origin HEAD:develop - git checkout -f master -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.