branch release/3.3.0 updated (9a660a9b -> 803f7422)
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 9a660a9b Merge branch 'feature/93-impressionPartielle' into 'develop' new 803f7422 Add log to debug 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 803f74220e20e5ac94274b109285ba4af2f116ea Author: Jean Couteau <couteau@codelutin.com> Date: Wed Mar 25 13:59:34 2020 +0100 Add log to debug Summary of changes: .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) -- 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 803f74220e20e5ac94274b109285ba4af2f116ea Author: Jean Couteau <couteau@codelutin.com> Date: Wed Mar 25 13:59:34 2020 +0100 Add log to debug --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0928c892..3877848a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,6 +62,7 @@ release: - curl -sL --header "PRIVATE-TOKEN:${TOKEN_MR}" "https://gitlab.nuiton.org/codelutin/gitlab-tools/raw/master/release.sh" -o /tmp/release.sh - chmod +x /tmp/release.sh - echo "Check Gitlab Milestone for $VERSION " + - echo "Project id : $CI_PROJECT_ID" - /tmp/release.sh "$TOKEN_MR" "$CI_PROJECT_ID" "$VERSION" check - echo "Maven release for $VERSION " - 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>.
participants (1)
-
chorem.org scm