branch release-3.0.0 updated (2605e770 -> d4ae0af6)
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 2605e770 Update .gitlab-ci.yml new d4ae0af6 Update .gitlab-ci.yml 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 d4ae0af69780bbd27bd144aab85dfb2997f108cc Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Sep 26 16:28:53 2017 +0200 Update .gitlab-ci.yml Summary of changes: .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- 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 d4ae0af69780bbd27bd144aab85dfb2997f108cc Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Sep 26 16:28:53 2017 +0200 Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90db52b7..023cd524 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#pollen-} + - export VERSION=${CI_COMMIT_REF_NAME#version-} - 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 @@ -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_NAME" "$VERSION" check + - /tmp/release.sh "$TOKEN_MR" "$CI_PROJECT_ID" "$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>.
participants (1)
-
chorem.org scm