branch release/3.3.0 updated (9f6c09d2 -> 7c2a953e)
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 9f6c09d2 Update .gitlab-ci.yml new 7c2a953e 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 7c2a953effa8b014c2de92511530c401e0bcf891 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Mar 25 15:55:37 2020 +0100 Update .gitlab-ci.yml Summary of changes: .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 7c2a953effa8b014c2de92511530c401e0bcf891 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Mar 25 15:55:37 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 30288fa7..820fd599 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,7 +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 - echo $TEST - - 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>.
participants (1)
-
chorem.org scm