summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2018-03-26 04:56:15 -0600
committerAnthony Fok <foka@debian.org>2018-03-26 04:56:15 -0600
commit06495f713bee4a144c817bf3ea7f66f13cebe75a (patch)
tree57af85206dbce7a345f1dcedb078d89432146ca5 /snapcraft.yaml
parent93e24a03ce98d3212a2d49ad04739141229d0809 (diff)
snapcraft.yaml: Call mage with "-v" for debugging
See #4538
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index d623c01f2..b34877929 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: |