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 a57f38c08691bf759d6d0d4f4dee918dc46e4f45 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Feb 2 17:26:19 2018 +0100 fix gitlab ci release --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b475f1d..efe3ccb1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,6 +54,7 @@ release: - export MILESTONE_NAME=${CI_PROJECT_NAME}-${VERSION} - export TAG_NAME=${CI_PROJECT_NAME}-${VERSION} - export GIT_URL=$(echo $CI_REPOSITORY_URL | perl -pe 's#.*@(.+?(\:\d+)?)/#git@\1:#') + - export GIT_MERGE_AUTOEDIT=no - echo "create release for $VERSION from $GIT_URL" - cd /tmp - sudo apt-get install -y git-flow -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.