From: Bjørn Erik Pedersen Date: Sun, 15 Oct 2017 09:08:25 +0000 (+0200) Subject: Replace make with mage in CircleCI build X-Git-Tag: v0.30~6 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fe71cb6f5f83cdc8374cf1fc35a6d48102bd4b12;p=brevno-suite%2Fhugo Replace make with mage in CircleCI build Updates #3969 --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 436f2daf..3c6b3021 100644 --- 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: .