summaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-10-19 07:26:27 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-10-19 07:26:27 +0200
commit89641625732bf811079aa2f039720922b9548f96 (patch)
tree77fa9c6bc9040b839356bb3e4e1ab2c4868acb25 /.circleci
parente939aaed8b22c9b822e236bbfffa277d1e8bcd3e (diff)
circleci: Must go get mage
See https://github.com/magefile/mage/issues/79
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 1f04820ca..ac031d1c3 100644
--- 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