branch release/3.0.0 updated (628af107 -> 7ce8b58d)
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 628af107 release 3.0.0 success [skip ci] new 7ce8b58d Update .gitlab-ci.yml 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 7ce8b58ddc92b65d359c132bec4b9f0b06461c75 Author: Kevin Morin <morin@codelutin.com> Date: Thu Sep 28 16:17:36 2017 +0200 Update .gitlab-ci.yml Summary of changes: .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 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 7ce8b58ddc92b65d359c132bec4b9f0b06461c75 Author: Kevin Morin <morin@codelutin.com> Date: Thu Sep 28 16:17:36 2017 +0200 Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1227ef7..1dc46807 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,6 +41,7 @@ demo: release: image: registry.nuiton.org/codelutin/dockerfiles:maven-release stage: release + when: manual only: - /^release\/.*$/ except: @@ -55,7 +56,6 @@ release: - echo "create release for $VERSION from $GIT_URL" - cd /tmp - sudo apt-get install -y git-flow - - git config --global core.editor "\usr\local\bin\subl -n -w" - git clone --no-checkout "$GIT_URL" "release" - cd release - git checkout -f develop @@ -93,7 +93,7 @@ release: - git config -l - git branch -a - git push - - git flow release finish + - git flow release finish -F - git checkout -f develop - git push - 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