mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-29 03:21:47 +00:00
parent
c7f057797c
commit
6b9934a266
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
defaults: &defaults
|
defaults: &defaults
|
||||||
working_directory: /go/src/github.com/gohugoio
|
working_directory: /go/src/github.com/gohugoio
|
||||||
docker:
|
docker:
|
||||||
- image: bepsays/ci-goreleaser:0.79.0-2
|
- image: bepsays/ci-goreleaser:1.11-1
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -12,10 +12,9 @@ jobs:
|
||||||
path: hugo
|
path: hugo
|
||||||
- run:
|
- run:
|
||||||
command: |
|
command: |
|
||||||
go get -d github.com/magefile/mage/...
|
env GO111MODULE=on go get github.com/magefile/mage
|
||||||
git clone git@github.com:gohugoio/hugoDocs.git
|
git clone git@github.com:gohugoio/hugoDocs.git
|
||||||
cd hugo
|
cd hugo
|
||||||
mage vendor
|
|
||||||
mage check
|
mage check
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: .
|
root: .
|
||||||
|
|
Loading…
Reference in a new issue