branch develop updated (43ec9e66 -> 114f143f)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git from 43ec9e66 Add gitlab pages new 114f143f Fix site The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 114f143f5e64ba220d7549993531d5b6b7dbced5 Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Jul 31 11:30:37 2020 +0200 Fix site Summary of changes: .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit 114f143f5e64ba220d7549993531d5b6b7dbced5 Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Jul 31 11:30:37 2020 +0200 Fix site --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c6777c1..28790b41 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ include: - project: 'codelutin/ci' file: '/ci.yml' +image: registry.nuiton.org/codelutin/dockerfiles:maven-release-mvn3-6-3-openjdk11 stages: - build @@ -10,7 +11,6 @@ stages: # Pour les branches maven: - image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian9-openjdk8-with-frequent-libraries stage: build script: mvn --batch-mode clean package except: @@ -21,7 +21,6 @@ maven: # Sur develop, on vérifie que c'est releasable maven-verify: - image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian9-openjdk8-with-frequent-libraries stage: check-can-release script: mvn --batch-mode clean verify -DperformRelease only: @@ -31,7 +30,6 @@ maven-verify: # Sonar uniquement si planifié sonar: - image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian9-openjdk8-with-frequent-libraries stage: qa script: - mvn clean package org.sonarsource.scanner.maven:sonar-maven-plugin:$MAVEN_SONAR_PLUGIN_VERSION:sonar -Dsonar.host.url="$SONAR_INSTANCE_URL" -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm