branch release/3.0.0 updated (037a7157 -> 3fe11b0b)
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 037a7157 update gitlab ci for release new 3fe11b0b update gitlab ci for 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 3fe11b0b405b93bd0cace59a48cbe60bbc8a7944 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Sep 27 14:54:38 2017 +0200 update gitlab ci for release 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.0.0 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 3fe11b0b405b93bd0cace59a48cbe60bbc8a7944 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Sep 27 14:54:38 2017 +0200 update gitlab ci for release --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d69f24ce..1689e287 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,7 +60,7 @@ release: - git checkout -f develop - git checkout -f master - git flow init -fd - - git checkout -f "$CI_COMMIT_SHA" + - 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/codelutin/gitlab-tools/raw/master/release.sh" -o /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