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>.