Skip to content

Commit 1a8823f

Browse files
authored
Update config.yml
1 parent dedbe2a commit 1a8823f

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

.circleci/config.yml

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,11 @@
55
version: 2
66
jobs:
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

@@ -41,16 +37,6 @@ jobs:
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: /.*/

0 commit comments

Comments
 (0)