Skip to content
Snippets Groups Projects
Commit b1e91934 authored by Manish R Jain's avatar Manish R Jain
Browse files

Merge pull request #79 from dgraph-io/grpcerror

Grpcerror
parents d726deae a7a03f9d
No related branches found
No related tags found
No related merge requests found
......@@ -20,13 +20,9 @@ ENV LD_LIBRARY_PATH "/usr/local/lib"
# Install DGraph and update dependencies to right versions.
RUN go get -v github.com/robfig/glock && \
go get -v github.com/dgraph-io/dgraph/... && \
glock sync github.com/dgraph-io/dgraph && echo "v0.2.3"
# Run some tests, don't build an image if we're failing tests.
# TODO(pawan): Please uncomment this once the tests run okay on Docker.
# https://trello.com/c/3lKdXE5f
# RUN go test github.com/dgraph-io/dgraph/...
go get -v github.com/dgraph-io/dgraph/... && \
glock sync github.com/dgraph-io/dgraph && \
go test github.com/dgraph-io/dgraph/... && echo "v0.2.3"
# Create the dgraph and data directory. These directories should be mapped
# to host machine for persistence.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment