diff --git a/circle.yml b/circle.yml index 3aaae66..c157c11 100644 --- a/circle.yml +++ b/circle.yml @@ -8,7 +8,7 @@ machine: environment: _JAVA_OPTIONS: "-Xms1024m -Xmx2048m" pre: - -rm .gitconfig # By default CicleCI translates https://github to ssh://github, this breaks config server tests + - rm .gitconfig # By default CicleCI translates https://github to ssh://github, this breaks config server tests dependencies: override: - ./mvnw -s .settings.xml -U --fail-never dependency:go-offline || true