branch release/3.3.0 updated (54f92e8b -> 8ef64a33)
This is an automated email from the git hooks/post-receive script. New change to branch release/3.3.0 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 54f92e8b Update .gitlab-ci.yml new 8ef64a33 Change release.sh access URL 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 8ef64a33c12ceb24e4ea90da570ac9e2f0e11f75 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Mar 25 15:07:36 2020 +0100 Change release.sh access URL 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.3.0 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 8ef64a33c12ceb24e4ea90da570ac9e2f0e11f75 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Mar 25 15:07:36 2020 +0100 Change release.sh access URL --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b56b63b..eb0743bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,10 +59,9 @@ release: - git checkout -f "$CI_COMMIT_REF_NAME" - 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 + - curl -sL --header 'PRIVATE-TOKEN:${TOKEN_MR}' 'https://gitlab.nuiton.org/api/v4/projects/123/repository/files/release.sh/ra...' -o /tmp/release.sh - chmod +x /tmp/release.sh - echo "Check Gitlab Milestone for $VERSION " - - echo "Project id is $CI_PROJECT_ID " - cat /tmp/release.sh - /tmp/release.sh "$TOKEN_MR" "$CI_PROJECT_ID" "$VERSION" check - echo "Maven release for $VERSION " -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm