mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
release: Fix CircleCI script
This commit is contained in:
parent
6022f219f1
commit
59cdad325a
1 changed files with 8 additions and 4 deletions
|
@ -1,8 +1,11 @@
|
|||
defaults: &defaults
|
||||
working_directory: /go/src/github.com/gohugoio
|
||||
docker:
|
||||
- image: bepsays/ci-goreleaser:1.11-1
|
||||
|
||||
- image: bepsays/ci-goreleaser:1.11-2
|
||||
environment:
|
||||
GO111MODULE: "on"
|
||||
CGO_ENABLED: "0"
|
||||
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
|
@ -12,10 +15,11 @@ jobs:
|
|||
path: hugo
|
||||
- run:
|
||||
command: |
|
||||
env GO111MODULE=on go get github.com/magefile/mage
|
||||
git clone git@github.com:gohugoio/hugoDocs.git
|
||||
cd hugo
|
||||
mage check
|
||||
go mod download
|
||||
sleep 5
|
||||
go test ./...
|
||||
- persist_to_workspace:
|
||||
root: .
|
||||
paths: .
|
||||
|
|
Loading…
Reference in a new issue