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 57cf8c08 update gitlab ci for release new cc88f3f3 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 cc88f3f3d24436197cef4be292134ba939b93760 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Sep 27 16:26:59 2017 +0200 Update .gitlab-ci.yml Summary of changes: .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 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 cc88f3f3d24436197cef4be292134ba939b93760 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Sep 27 16:26:59 2017 +0200 Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45459fc2..1bf735cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,12 +91,12 @@ release: - git commit -a -m "release $VERSION success [skip ci]" - pwd - git branch -a - - git push origin HEAD:$RELEASE + - git push - git flow release finish - git checkout -f develop - - git push origin HEAD:develop + - git push - git checkout -f master - - git push origin HEAD:master + - git push - git push --tags - /tmp/release.sh "$TOKEN_MR" "$CI_PROJECT_ID" "$VERSION" close - curl --header "PRIVATE-TOKEN:$TOKEN_MR" --request POST "https://gitlab.nuiton.org/api/v4/projects/${CI_PROJECT_ID}/merge_requests?source_branch=${CI_COMMIT_REF_NAME}&target_branch=master&title=${RELEASE}&remove_source_branch=true&labels=release" -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm