snapcraft.yaml: Call mage with "-v" for debugging

See #4538
This commit is contained in:
Anthony Fok 2018-03-26 04:56:15 -06:00
parent 93e24a03ce
commit 06495f713b

View file

@ -29,7 +29,7 @@ parts:
export PATH=$GOPATH/bin:$PATH
cd $GOPATH/src/github.com/gohugoio/hugo
go get github.com/magefile/mage
mage vendor test
mage -v vendor test
rm -f $GOPATH/bin/dep
rm -f $GOPATH/bin/mage
install: |