This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit c440a4f366a645324cd9a053e3e46df2143224c2 Author: jcouteau <couteau@codelutin.com> Date: Mon Jan 20 17:37:48 2020 +0100 Use docker with java 8 oracle --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cccf024e..e3ec98f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - sonar build:compile-only: - image: registry.nuiton.org/codelutin/dockerfiles:maven-release + image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian9-oracle8 stage: build when: manual script: @@ -12,7 +12,7 @@ build:compile-only: - rm * .git* -rf || true build:with-tests: - image: registry.nuiton.org/codelutin/dockerfiles:maven-release + image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian9-oracle8 stage: build script: - mvn clean package @@ -23,7 +23,7 @@ build:with-tests: - schedules check-releasable: - image: registry.nuiton.org/codelutin/dockerfiles:maven-release + image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian9-oracle8 stage: check-releasable script: - mvn clean verify -e -U -DperformRelease -Dredmine.skipGenerateChanges -Dmaven.javadoc.skip @@ -34,7 +34,7 @@ check-releasable: - schedules sonar_job: - image: registry.nuiton.org/codelutin/dockerfiles:maven-release + image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian9-oracle8 stage: sonar script: - export MAVEN_OPTS="-Xmx1024m" -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.