File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ version: 2.1
7
7
jobs :
8
8
build :
9
9
docker :
10
- - image : circleci/openjdk:8u171-jdk
11
- - image : redislabs/redisai:edge-cpu
12
-
10
+ - image : circleci/openjdk:8u171-jdk
11
+ - image : redislabs/redisai:edge-cpu-bionic
12
+
13
13
working_directory : ~/repo
14
14
15
15
environment :
@@ -33,14 +33,14 @@ jobs:
33
33
paths :
34
34
- ~/.m2
35
35
key : v1-dependencies-{{ checksum "pom.xml" }}
36
-
36
+
37
37
# validate code format
38
38
- run : mvn git-code-format:validate-code-format -Dgcf.globPattern=**/*
39
39
# run tests!
40
40
- run : mvn integration-test
41
- - run : mvn cobertura:cobertura
41
+ - run : mvn cobertura:cobertura
42
42
- run : bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
43
-
43
+
44
44
# - run: mvn -s .circleci.settings.xml -DskipTests deploy
45
45
workflows :
46
46
version : 2
You can’t perform that action at this time.
0 commit comments