mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
fix the problems about circleci
This commit is contained in:
parent
447a98ac8f
commit
6150ca99a1
@ -3,14 +3,14 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: springcloud/pipeline-base
|
- image: springcloud/pipeline-base
|
||||||
# user: appuser
|
user: appuser
|
||||||
environment:
|
environment:
|
||||||
_JAVA_OPTIONS: "-Xms1024m -Xmx2048m"
|
_JAVA_OPTIONS: "-Xms1024m -Xmx2048m"
|
||||||
TERM: dumb
|
TERM: dumb
|
||||||
branches:
|
branches:
|
||||||
ignore:
|
ignore:
|
||||||
- gh-pages # list of branches to ignore
|
- gh-pages # list of branches to ignore
|
||||||
resource_class: medium+
|
resource_class: medium
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user