hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 89641625732bf811079aa2f039720922b9548f96
parent e939aaed8b22c9b822e236bbfffa277d1e8bcd3e
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Thu, 19 Oct 2017 07:26:27 +0200

circleci: Must go get mage

See https://github.com/magefile/mage/issues/79

Diffstat:
M.circleci/config.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
@@ -12,6 +12,7 @@ jobs:
           path: hugo
       - run:
             command: |
+                go get -d github.com/magefile/mage/...
                 git clone git@github.com:gohugoio/hugoDocs.git
                 cd hugo
                 mage vendor