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 2605e770656e55fc16867bc6fcf1addb7b7c849d Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Sep 26 16:24:00 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 f733221b..90db52b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,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:#') - - echo "create release for $CI_PROJECT_ID $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 @@ -61,7 +61,7 @@ release: - if [ ! -f README.md ]; then echo "missing README.md"; exit 1 ;fi - curl -sL --header "PRIVATE-TOKEN:${TOKEN_MR}" "https://gitlab.nuiton.org/codelutin/gitlab-tools/raw/master/release.sh" -o /tmp/release.sh - chmod +x /tmp/release.sh - - /tmp/release.sh "$TOKEN_MR" "$CI_PROJECT_ID" "$VERSION" check + - /tmp/release.sh "$TOKEN_MR" "$CI_PROJECT_NAME" "$VERSION" check - mvn -q --batch-mode org.codehaus.mojo:versions-maven-plugin::set -DnewVersion=$VERSION - mvn org.codehaus.mojo:versions-maven-plugin:display-dependency-updates |sed -n '/The following dependencies in Dependencies have newer versions/,/--------------------------------------------------/p' - mvn -q --batch-mode org.codehaus.mojo:versions-maven-plugin::use-releases -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.