This is an automated email from the git hooks/post-receive script. New commit to branch feature/bp-no-feed in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit beaa86be599d347995f6590547310c471e1cd5ab Author: Benjamin <poussin@codelutin.com> Date: Mon Dec 14 19:03:45 2020 +0100 correction gitlab-ci pour que le docker se construise --- .gitlab-ci.yml | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9cb20222..33e3f58d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -128,7 +128,7 @@ sonar_job_ui: rules: - if: '$CI_PIPELINE_SOURCE == "schedule"' -docker:latest: +docker-latest: image: registry.nuiton.org/codelutin/dockerfiles:docker stage: docker rules: @@ -151,34 +151,11 @@ docker:latest: tags: - docker -docker:feature: - image: registry.nuiton.org/codelutin/dockerfiles:docker - stage: docker - rules: - - if: '$CI_COMMIT_BRANCH =~ "/^feature\/.*$/"' - when: manual - artifacts: - paths: - - pollen-rest-api/target/pollen-rest-api-*.war - - pollen-ui-riot-js/target/dist - expire_in: 1 day - 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 . - - docker push registry.nuiton.org/chorem/pollen:${CI_COMMIT_REF_NAME#feature/} - - docker logout registry.nuiton.org - dependencies: - - build-java - - build-js - tags: - - docker - docker-feature: image: registry.nuiton.org/codelutin/dockerfiles:docker - stage: release + stage: docker rules: - - if: '$CI_COMMIT_BRANCH =~ "/^feature\/.*$/"' + - if: '$CI_COMMIT_BRANCH =~ /^feature\/.*$/' when: manual artifacts: paths: -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.