Skip to content
Snippets Groups Projects
Commit a7a03f9d authored by Pawan Rawal's avatar Pawan Rawal
Browse files

shifting echo statement to end of run command

parent 84905a3e
No related branches found
No related tags found
No related merge requests found
...@@ -21,8 +21,8 @@ ENV LD_LIBRARY_PATH "/usr/local/lib" ...@@ -21,8 +21,8 @@ ENV LD_LIBRARY_PATH "/usr/local/lib"
# Install DGraph and update dependencies to right versions. # Install DGraph and update dependencies to right versions.
RUN go get -v github.com/robfig/glock && \ RUN go get -v github.com/robfig/glock && \
go get -v github.com/dgraph-io/dgraph/... && \ go get -v github.com/dgraph-io/dgraph/... && \
glock sync github.com/dgraph-io/dgraph && echo "v0.2.3" && \ glock sync github.com/dgraph-io/dgraph && \
go test 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 # Create the dgraph and data directory. These directories should be mapped
# to host machine for persistence. # to host machine for persistence.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment