summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorVas Sudanagunta <vas@commonkarma.org>2018-01-02 20:19:16 -0500
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-01-11 17:22:12 +0100
commitd5803da1befba5446d1b2c1ad16f6467dc7b3991 (patch)
treea5d4416594aea0bdd266751bdc7744e1c49e612e /snapcraft.yaml
parent27c77e1ab9d4a4dbc50955ecbfef121da73633d5 (diff)
Support offline builds
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index fe584e742..bc49034a4 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -29,8 +29,7 @@ parts:
export PATH=$GOPATH/bin:$PATH
cd $GOPATH/src/github.com/gohugoio/hugo
go get github.com/magefile/mage
- mage vendor
- mage test
+ mage vendor test
rm -f $GOPATH/bin/dep
rm -f $GOPATH/bin/mage
install: |