fulltest must use the local source, not master
This commit is contained in:
parent
45e3f1a853
commit
f3332f1697
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue