Skip to content

Commit

Permalink
snapcraft.yaml: Call mage with "-v" for debugging
Browse files Browse the repository at this point in the history
See #4538
  • Loading branch information
anthonyfok committed Mar 26, 2018
1 parent 93e24a0 commit 06495f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 06495f7

Please sign in to comment.