fix the problems about circleci

pull/991/head
fangjian0423 5 years ago
parent 447a98ac8f
commit 6150ca99a1

@ -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:

Loading…
Cancel
Save