branch release/3.1.2 updated (38d5e813 -> dc801dd6)
This is an automated email from the git hooks/post-receive script. New change to branch release/3.1.2 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 38d5e813 release 3.1.2 success [skip ci] new dc801dd6 fix gitlab ci 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 dc801dd6014a48a16f0304e0508149838eadc303 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Feb 2 18:00:42 2018 +0100 fix gitlab ci 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.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>.
participants (1)
-
chorem.org scm