branch release/3.0.0 updated (66b90103 -> 791e3415)
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 66b90103 update gitlab ci for release new 791e3415 update gitlab ci for 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 791e3415cbd832aafbe49c1e754826109368563d Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Sep 27 11:51:30 2017 +0200 update gitlab ci for release Summary of changes: .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) -- 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 791e3415cbd832aafbe49c1e754826109368563d Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Sep 27 11:51:30 2017 +0200 update gitlab ci for release --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 19a9f826..e15cd596 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,6 +54,7 @@ release: - export GIT_URL=$(echo $CI_REPOSITORY_URL | perl -pe 's#.*@(.+?(\:\d+)?)/#git@\1:#') - echo "create release for $VERSION from $GIT_URL" - cd /tmp + - sudo apt-get install -y git-flow - git clone --no-checkout "$GIT_URL" "release" - cd release - git checkout -f develop -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm