branch ramonville updated (3601baa8 -> ff31bcbd)
This is an automated email from the git hooks/post-receive script. New change to branch ramonville in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 3601baa8 fix build JS new ff31bcbd Fix docker build 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 ff31bcbd2cd8065cecd16580065a36773cd1c8c2 Author: jcouteau <couteau@codelutin.com> Date: Sat Nov 10 07:30:17 2018 +0100 Fix docker build 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 ramonville in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit ff31bcbd2cd8065cecd16580065a36773cd1c8c2 Author: jcouteau <couteau@codelutin.com> Date: Sat Nov 10 07:30:17 2018 +0100 Fix docker build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93029e90..34f1632e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ demo: stage: demo when: manual script: - - docker build --no-cache -t registry.nuiton.org/chorem/pollen -f Dockerfile . + - docker build --no-cache -t registry.nuiton.org/chorem/pollen:ramonville -f Dockerfile . - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.nuiton.org - docker push registry.nuiton.org/chorem/pollen:ramonville - docker logout registry.nuiton.org -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm