Update config.yml trying to fix circleci

This commit is contained in:
Marcin Grzejszczak
2019-05-08 17:12:30 +02:00
parent 1e7fd1a8e5
commit 050364df40

View File

@@ -4,8 +4,8 @@ jobs:
docker:
- image: springcloud/pipeline-base
environment:
JAVA_TOOL_OPTIONS: "-Xms300m -Xmx300m"
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xms300m -Xmx300m -XX:+HeapDumpOnOutOfMemoryError" -Dorg.gradle.daemon=false'
JAVA_TOOL_OPTIONS: "-Xms256m -Xmx256m"
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xms256m -Xmx256m -XX:+HeapDumpOnOutOfMemoryError" -Dorg.gradle.daemon=false'
TERM: dumb
branches:
ignore: