fulltest must use the local source, not master

This commit is contained in:
Sridhar Ratnakumar 2013-09-09 03:13:12 +00:00
parent 45e3f1a853
commit f3332f1697
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ RUN apt-get -qy install git mercurial bzr subversion
ENV GOPATH $HOME/go
RUN mkdir -p $GOPATH/src/github.com/ActiveState/tail/
ADD . $GOPATH/src/github.com/ActiveState/tail/
# expecting to fetch dependencies successfully.
RUN go get -v github.com/ActiveState/tail