branch release/3.0.0 updated (791e3415 -> d8b73ea2)
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 791e3415 update gitlab ci for release new d8b73ea2 update gitlab ci for release 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 d8b73ea291510663b4b6cfd6c6b1db05cbac6d45 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Sep 27 11:57:44 2017 +0200 update gitlab ci for release Summary of changes: .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 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 d8b73ea291510663b4b6cfd6c6b1db05cbac6d45 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Sep 27 11:57:44 2017 +0200 update gitlab ci for release --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e15cd596..cad19f89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ release: script: - export OLD_DIR=$PWD - export RELEASE=${CI_COMMIT_REF_NAME} - - export VERSION=${CI_COMMIT_REF_NAME#release-} + - 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:#') @@ -64,7 +64,6 @@ release: - if [ ! -f LICENSE.txt ]; then echo "missing LICENSE.txt"; exit 1; fi - 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 - - cat /tmp/release.sh - chmod +x /tmp/release.sh - echo "Check Gitlab Milestone for $VERSION " - /tmp/release.sh "$TOKEN_MR" "$CI_PROJECT_ID" "$VERSION" check -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm