We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93e3a9 commit 5df1169Copy full SHA for 5df1169
.circleci/config.yml
@@ -6,14 +6,12 @@ version: 2
6
jobs:
7
build:
8
docker:
9
- # specify the version you desire here
10
- image: circleci/node:10.15
11
12
- # Specify service dependencies here if necessary
13
- # CircleCI maintains a library of pre-built images
14
- # documented at https://circleci.com/docs/2.0/circleci-images/
15
- # - image: circleci/mongo:3.4.4
16
-
+ - image: redislabs/redisgraph:edge
+ port: 6379:6379
+ name: redisgraph
+
17
working_directory: ~/repo
18
19
steps:
0 commit comments