shithub: hugo

Download patch

ref: 89641625732bf811079aa2f039720922b9548f96
parent: e939aaed8b22c9b822e236bbfffa277d1e8bcd3e
author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
date: Thu Oct 19 03:26:27 EDT 2017

circleci: Must go get mage

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

--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -12,6 +12,7 @@
           path: hugo
       - run:
             command: |
+                go get -d github.com/magefile/mage/...
                 git clone git@github.com:gohugoio/hugoDocs.git
                 cd hugo
                 mage vendor
--