snapcraft.yaml: Call mage with "-v" for debugging
authorAnthony Fok <foka@debian.org>
Mon, 26 Mar 2018 10:56:15 +0000 (04:56 -0600)
committerAnthony Fok <foka@debian.org>
Mon, 26 Mar 2018 10:56:15 +0000 (04:56 -0600)
See #4538

snapcraft.yaml

index d623c01f2c82bf0baa24d0487998d12453467c39..b348779294b42f16278ad8de29dae0d2cdfd71a1 100644 (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: |