From 89641625732bf811079aa2f039720922b9548f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 19 Oct 2017 07:26:27 +0200 Subject: [PATCH] circleci: Must go get mage See https://github.com/magefile/mage/issues/79 --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) 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