Skip to content

Commit

Permalink
Replace make with mage in CircleCI build
Browse files Browse the repository at this point in the history
Updates #3969
  • Loading branch information
bep committed Oct 15, 2017
1 parent 68ace43 commit fe71cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
command: |
git clone [email protected]:gohugoio/hugoDocs.git
cd hugo
make vendor
make check
mage vendor
mage check
- persist_to_workspace:
root: .
paths: .
Expand Down

0 comments on commit fe71cb6

Please sign in to comment.