Update CircleCI config.yml
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
This commit is contained in:
parent
1576500178
commit
dcd139438f
|
|
@ -2,7 +2,7 @@ version: 2
|
||||||
jobs:
|
jobs:
|
||||||
integration-test:
|
integration-test:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/openjdk:8-jdk
|
- image: cimg/openjdk:8.0
|
||||||
working_directory: ~/sentinel
|
working_directory: ~/sentinel
|
||||||
environment:
|
environment:
|
||||||
MAVEN_OPTS: -Xmx3200m
|
MAVEN_OPTS: -Xmx3200m
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue