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>.