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 43c8eb89b1eae991e5dca359e27a79d6a4d160ba Author: dcosse <cosse@codelutin.com> Date: Tue Oct 8 15:58:44 2019 +0200 refs #248 update gitlab-ci configuration --- .gitlab-ci.yml | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7dedc2ea..52a7a55a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ stages: - build -- demo +- docker - pages - release - sonar @@ -32,21 +32,20 @@ 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 - - docker-feature +#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 @@ -137,7 +136,7 @@ sonar_job_ui: only: - schedules -docker: +docker:latest: image: registry.nuiton.org/codelutin/dockerfiles:docker stage: release when: manual @@ -161,7 +160,7 @@ docker: tags: - docker -docker-feature: +docker:feature: image: registry.nuiton.org/codelutin/dockerfiles:docker stage: release when: manual @@ -182,7 +181,7 @@ docker-feature: - build-java - build-js tags: - - docker-feature + - docker pages: image: python:alpine -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.