Skip to content

Commit

Permalink
fix the problems about circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
fangjian0423 committed Oct 17, 2019
1 parent 447a98a commit 6150ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6150ca9

Please sign in to comment.