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 c06bdac3340eebf69b505d1f54101085939b2f05 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Sep 26 16:32:45 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 023cd524..afc28999 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,11 +48,11 @@ release: script: - export OLD_DIR=$PWD - export RELEASE=${CI_COMMIT_REF_NAME} - - export VERSION=${CI_COMMIT_REF_NAME#version-} + - export VERSION=${CI_COMMIT_REF_NAME#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:#') - - echo "create release for $CI_PROJECT_ NAME $VERSION from $GIT_URL" + - echo "create release for $CI_PROJECT_NAME $VERSION from $GIT_URL" - cd /tmp - git clone --no-checkout "$GIT_URL" "release" - cd release -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.