commit fe71cb6f5f83cdc8374cf1fc35a6d48102bd4b12
parent 68ace4343111e1f76d0be36066254cc4ec1e3177
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Sun, 15 Oct 2017 11:08:25 +0200
Replace make with mage in CircleCI build
Updates #3969
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
@@ -14,8 +14,8 @@ jobs:
command: |
git clone git@github.com:gohugoio/hugoDocs.git
cd hugo
- make vendor
- make check
+ mage vendor
+ mage check
- persist_to_workspace:
root: .
paths: .