projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93e24a0
)
snapcraft.yaml: Call mage with "-v" for debugging
author
Anthony Fok
<foka@debian.org>
Mon, 26 Mar 2018 10:56:15 +0000
(
04:56
-0600)
committer
Anthony Fok
<foka@debian.org>
Mon, 26 Mar 2018 10:56:15 +0000
(
04:56
-0600)
See #4538
snapcraft.yaml
patch
|
blob
|
history
diff --git
a/snapcraft.yaml
b/snapcraft.yaml
index d623c01f2c82bf0baa24d0487998d12453467c39..b348779294b42f16278ad8de29dae0d2cdfd71a1 100644
(file)
--- 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: |