File tree Expand file tree Collapse file tree 1 file changed +5
-19
lines changed Expand file tree Collapse file tree 1 file changed +5
-19
lines changed Original file line number Diff line number Diff line change 55version : 2
66jobs :
77 build :
8- machine :
9- image : circleci/classic:latest
10- # docker:
11- # specify the version you desire here
12-
13- # Specify service dependencies here if necessary
14- # CircleCI maintains a library of pre-built images
15- # documented at https://circleci.com/docs/2.0/circleci-images/
16- # - image: circleci/postgres:9.4
8+ docker :
9+ - image : circleci/classic:latest
10+
11+ - image : redislabs/redisgraph:edge
12+ port : 6379:6379
1713
1814 working_directory : ~/repo
1915
4137
4238 # run tests!
4339 - run : |
44- docker run -d -p 6379:6379 -it --rm --name redisgraph redislabs/redisgraph
4540 mvn integration-test
4641
4742 - run : mvn -s .circleci.settings.xml -DskipTests deploy
48-
49- workflows :
50- version : 2
51- build :
52- jobs :
53- - build :
54- filters :
55- tags :
56- only : /.*/
You can’t perform that action at this time.
0 commit comments