Fix mage vs make issues

And remove Makefile ... for good.

Fixes #3969
This commit is contained in:
Bjørn Erik Pedersen
2017-10-18 07:56:10 +02:00
parent 5109ed520f
commit ad5ef43838
3 changed files with 7 additions and 90 deletions

View File

@@ -1,7 +1,7 @@
defaults: &defaults
working_directory: /go/src/github.com/gohugoio
docker:
- image: bepsays/ci-goreleaser:0.34.2-2
- image: bepsays/ci-goreleaser:0.34.2-5
version: 2
jobs:
@@ -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: .