From: Anthony Fok Date: Mon, 26 Mar 2018 10:56:15 +0000 (-0600) Subject: snapcraft.yaml: Call mage with "-v" for debugging X-Git-Tag: v0.38~15 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=06495f713bee4a144c817bf3ea7f66f13cebe75a;p=brevno-suite%2Fhugo snapcraft.yaml: Call mage with "-v" for debugging See #4538 --- diff --git a/snapcraft.yaml b/snapcraft.yaml index d623c01f..b3487792 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -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: |