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 31d91bff144853b930ce25ad73a73a9c66b4c2ce Author: Jean Couteau <couteau@codelutin.com> Date: Wed Mar 25 15:30:16 2020 +0100 Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb0743bf..53129d15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,7 +59,7 @@ 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/api/v4/projects/123/repository/files/release.sh/ra...' -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 " - cat /tmp/release.sh -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.