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 78c3b2fe39f949b74a25c46368adb6b2c353795b Author: dcosse <cosse@codelutin.com> Date: Wed Oct 9 09:32:42 2019 +0200 refs #248 update gitlab-ci configuration remove commented block --- .gitlab-ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd930b58..34a609c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,21 +32,6 @@ build-js: except: - schedules -#demo: -# image: registry.nuiton.org/codelutin/dockerfiles:docker -# stage: demo -# when: manual -# script: -# - 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/pollen -# - docker logout registry.nuiton.org -# dependencies: -# - build-java -# - build-js -# tags: -# - docker - release: image: registry.nuiton.org/codelutin/dockerfiles:maven-release-with-frequent-libraries stage: release -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.