branch release-3.0.0 updated (4a0b8c84 -> 2605e770)
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 4a0b8c84 Update .gitlab-ci.yml new 2605e770 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 2605e770656e55fc16867bc6fcf1addb7b7c849d Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Sep 26 16:24:00 2017 +0200 Update .gitlab-ci.yml Summary of changes: .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 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 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>.
participants (1)
-
chorem.org scm