From b3661d6630de88084c0aae033ed704ead6e0cbee Mon Sep 17 00:00:00 2001 From: fangjian0423 Date: Wed, 16 Oct 2019 14:48:16 +0800 Subject: [PATCH 1/3] update circleci docker image --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1de4cc362..ce38f799a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: docker: - image: springcloud/pipeline-base - user: appuser +# user: appuser environment: _JAVA_OPTIONS: "-Xms1024m -Xmx2048m" TERM: dumb From 447a98ac8f324a0d449729ae86f4ceb6b2379c93 Mon Sep 17 00:00:00 2001 From: fangjian0423 Date: Thu, 17 Oct 2019 10:29:00 +0800 Subject: [PATCH 2/3] fix the problems about circleci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ce38f799a..1faf0600a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: branches: ignore: - gh-pages # list of branches to ignore - resource_class: large + resource_class: medium+ steps: - checkout - restore_cache: From 6150ca99a1201d2bc8b2b314a01823232bfdc0b0 Mon Sep 17 00:00:00 2001 From: fangjian0423 Date: Thu, 17 Oct 2019 10:29:57 +0800 Subject: [PATCH 3/3] 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 1faf0600a..3f260a246 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: