branch develop updated (44b91f8a -> 39e85210)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git from 44b91f8a Setup .gitlab-ci.yml new 39e85210 Set Xmx to 1Go for sonar job 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 39e85210e5da25b28e7594d2834d1b621622e4eb Author: Arnaud Thimel <thimel@codelutin.com> Date: Mon Sep 23 15:04:59 2019 +0200 Set Xmx to 1Go for sonar job Summary of changes: .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) -- 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 jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 39e85210e5da25b28e7594d2834d1b621622e4eb Author: Arnaud Thimel <thimel@codelutin.com> Date: Mon Sep 23 15:04:59 2019 +0200 Set Xmx to 1Go for sonar job --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8f2199d..d6e42675 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,7 @@ sonar: image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian9-openjdk8-with-frequent-libraries stage: qa script: + - export MAVEN_OPTS="-Xmx1024m" - mvn clean package org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.1.1688:sonar -Dsonar.host.url="https://qa.codelutin.com" only: - schedules -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm