branch release/3.1.2 updated (9767edac -> a57f38c0)
This is an automated email from the git hooks/post-receive script. New change to branch release/3.1.2 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 9767edac release 3.1.2 success [skip ci] new a57f38c0 fix gitlab ci release 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 a57f38c08691bf759d6d0d4f4dee918dc46e4f45 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Feb 2 17:26:19 2018 +0100 fix gitlab ci release 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.1.2 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit a57f38c08691bf759d6d0d4f4dee918dc46e4f45 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Feb 2 17:26:19 2018 +0100 fix gitlab ci release --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b475f1d..efe3ccb1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,6 +54,7 @@ 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:#') + - export GIT_MERGE_AUTOEDIT=no - echo "create release for $VERSION from $GIT_URL" - cd /tmp - sudo apt-get install -y git-flow -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm