mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
93e24a03ce
commit
06495f713b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ parts:
|
||||||
export PATH=$GOPATH/bin:$PATH
|
export PATH=$GOPATH/bin:$PATH
|
||||||
cd $GOPATH/src/github.com/gohugoio/hugo
|
cd $GOPATH/src/github.com/gohugoio/hugo
|
||||||
go get github.com/magefile/mage
|
go get github.com/magefile/mage
|
||||||
mage vendor test
|
mage -v vendor test
|
||||||
rm -f $GOPATH/bin/dep
|
rm -f $GOPATH/bin/dep
|
||||||
rm -f $GOPATH/bin/mage
|
rm -f $GOPATH/bin/mage
|
||||||
install: |
|
install: |
|
||||||
|
|
Loading…
Reference in a new issue