Skip to content

Commit e8ed6fb

Browse files
authored
Update config.yml
1 parent 7815ea8 commit e8ed6fb

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.circleci/config.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,12 @@
44
version: 2
55
jobs:
66
build:
7-
docker:
8-
# specify the version
9-
- image: circleci/golang:1.9
10-
11-
# Specify service dependencies here if necessary
12-
# CircleCI maintains a library of pre-built images
13-
# documented at https://circleci.com/docs/2.0/circleci-images/
14-
- image: redislabs/redisgraph:edge
7+
machine:
8+
image: circleci/golang:1.9
159

16-
#### TEMPLATE_NOTE: go expects specific checkout path representing url
17-
#### expecting it in the form of
18-
#### /go/src/github.com/circleci/go-tool
19-
#### /go/src/bitbucket.org/circleci/go-tool
2010
working_directory: /go/src/github.com/RedisGraph/redisgraph-go
2111
steps:
2212
- checkout
23-
24-
# specify any bash command here prefixed with `run: `
2513
- run: go get -v -t -d ./...
2614
- run: |
2715
docker run -d -p 6379:6379 -it --rm --name redisgraph redislabs/redisgraph:edge

0 commit comments

Comments
 (0)