This is an automated email from the git hooks/post-receive script. New commit to branch feature/bug-on-save in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 758c34fadde4e9cfbc452d3679f42a0c5b8bc00d Author: dcosse <cosse@codelutin.com> Date: Tue Oct 8 16:53:57 2019 +0200 refs #248 update gitlab-ci configuration on docker:feature, update artifact name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eba6565c..fd930b58 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -171,7 +171,7 @@ docker:feature: - pollen-rest-api/target/pollen-rest-api-*.war - pollen-ui-riot-js/target/dist expire_in: 1 day - name: "${CI_BUILD_REF_NAME}" + name: "${CI_COMMIT_REF_NAME}" script: - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.nuiton.org - docker build --no-cache -t registry.nuiton.org/chorem/pollen:${CI_COMMIT_REF_NAME#feature/} -f Dockerfile . -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.