This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 92897a3006d3c838ce8c6b91bd4ab46256ac0823 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Sep 26 15:54:03 2017 +0200 update gitlab ci for release --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2218dd2e..ef3dedf8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,6 +60,7 @@ 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 - /tmp/release.sh "$TOKEN_MR" "$CI_PROJECT_ID" "$VERSION" check - mvn -q --batch-mode org.codehaus.mojo:versions-maven-plugin::set -DnewVersion=$VERSION -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.