branch release-3.0.0 updated (d4ae0af6 -> c06bdac3)
This is an automated email from the git hooks/post-receive script. New change to branch release-3.0.0 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from d4ae0af6 Update .gitlab-ci.yml new c06bdac3 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 c06bdac3340eebf69b505d1f54101085939b2f05 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Sep 26 16:32:45 2017 +0200 Update .gitlab-ci.yml Summary of changes: .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 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.0.0 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit c06bdac3340eebf69b505d1f54101085939b2f05 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Sep 26 16:32:45 2017 +0200 Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 023cd524..afc28999 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,11 +48,11 @@ release: script: - export OLD_DIR=$PWD - export RELEASE=${CI_COMMIT_REF_NAME} - - export VERSION=${CI_COMMIT_REF_NAME#version-} + - export VERSION=${CI_COMMIT_REF_NAME#release-} - export MILESTONE_NAME=${CI_PROJECT_NAME}-${VERSION} - export TAG_NAME=${CI_PROJECT_NAME}-${VERSION} - export GIT_URL=$(echo $CI_REPOSITORY_URL | perl -pe 's#.*@(.+?(\:\d+)?)/#git@\1:#') - - echo "create release for $CI_PROJECT_ NAME $VERSION from $GIT_URL" + - echo "create release for $CI_PROJECT_NAME $VERSION from $GIT_URL" - cd /tmp - git clone --no-checkout "$GIT_URL" "release" - cd release -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm