branch develop updated (ee53f87 -> 37a431a)
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 ee53f87 fix gitlab ci new 37a431a fix gitlab ci 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 37a431a15bdb975832f8f1b4043cd486b78e83a7 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu Mar 30 18:17:10 2017 +0200 fix gitlab ci 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 develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 37a431a15bdb975832f8f1b4043cd486b78e83a7 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu Mar 30 18:17:10 2017 +0200 fix gitlab ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad28a80..07dc381 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,7 +59,7 @@ release: name: "${CI_BUILD_REF_NAME}" script: - docker build --no-cache -t registry.nuiton.org/chorem/pollen -f Dockerfile . - - docker tag registry.nuiton.org/chorem/pollen registry.nuiton.org/chorem/pollent:$(echo $CI_BUILD_REF_NAME | sed 's/^pollen-//') + - 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 -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm