branch develop updated (0a51e3e -> 6eac1da)
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 0a51e3e fix test new 6eac1da 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 6eac1da90552345eff970e7e186d1e42a93b249b Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Feb 28 10:17:31 2017 +0100 fix gitlab ci 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 develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 6eac1da90552345eff970e7e186d1e42a93b249b Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Feb 28 10:17:31 2017 +0100 fix gitlab ci --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29a4975..6590d73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,9 +33,9 @@ demo: stage: demo when: manual script: - - docker build --no-cache -t registry.nuiton.org/chorem/pollen3 -f Dockerfile . + - 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/pollen3 + - docker push registry.nuiton.org/chorem/pollen 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