branch develop updated (97bf940 -> 178dc88)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 97bf940 Update tags new 178dc88 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 178dc88878233dccf8fb9705067ddce16c6804bb Author: Benjamin Poussin <poussin@codelutin.com> Date: Wed Apr 5 19:07:46 2017 +0200 Update .gitlab-ci.yml Summary of changes: .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 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 develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 178dc88878233dccf8fb9705067ddce16c6804bb Author: Benjamin Poussin <poussin@codelutin.com> Date: Wed Apr 5 19:07:46 2017 +0200 Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a9737df..ea3994f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,6 +31,7 @@ demo: - docker build --no-cache -t registry.nuiton.org/chorem/pollen -f Dockerfile . - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.nuiton.org - docker push registry.nuiton.org/chorem/pollen + - docker logout registry.nuiton.org dependencies: - build-java - build-js @@ -54,7 +55,7 @@ release: - docker tag registry.nuiton.org/chorem/pollen registry.nuiton.org/chorem/pollen:$(echo $CI_BUILD_REF_NAME | sed 's/^pollen-//') - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.nuiton.org - docker push registry.nuiton.org/chorem/pollen:$(echo $CI_BUILD_REF_NAME | sed 's/^pollen-//') - - docker logout + - docker logout registry.nuiton.org dependencies: - build-java - build-js -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm