From 6150ca99a1201d2bc8b2b314a01823232bfdc0b0 Mon Sep 17 00:00:00 2001 From: fangjian0423 Date: Thu, 17 Oct 2019 10:29:57 +0800 Subject: [PATCH] fix the problems about circleci --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1faf0600..3f260a24 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,14 +3,14 @@ jobs: build: docker: - image: springcloud/pipeline-base -# user: appuser + user: appuser environment: _JAVA_OPTIONS: "-Xms1024m -Xmx2048m" TERM: dumb branches: ignore: - gh-pages # list of branches to ignore - resource_class: medium+ + resource_class: medium steps: - checkout - restore_cache: