Skip to content

Commit

Permalink
Update source path in Dockerfile due to the org transition
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalcraftsman committed Jun 13, 2017
1 parent d531d17 commit 7b99fb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ RUN apk update && apk add git make

# pre-install known dependencies before the source, so we don't redownload them whenever the source changes
RUN go get github.com/kardianos/govendor \
&& govendor get github.com/spf13/hugo
&& govendor get github.com/gohugoio/hugo

COPY . $GOPATH/src/github.com/spf13/hugo
COPY . $GOPATH/src/github.com/gohugoio/hugo

RUN cd $GOPATH/src/github.com/spf13/hugo \
RUN cd $GOPATH/src/github.com/gohugoio/hugo \
&& make install test

0 comments on commit 7b99fb9

Please sign in to comment.