mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
dfc72d61a5
commit
b9e75afd6c
3 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
defaults: &defaults
|
defaults: &defaults
|
||||||
docker:
|
docker:
|
||||||
- image: bepsays/ci-goreleaser:1.11-5
|
- image: bepsays/ci-goreleaser:1.12
|
||||||
environment:
|
environment:
|
||||||
CGO_ENABLED: "0"
|
CGO_ENABLED: "0"
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,7 @@ git:
|
||||||
depth: false
|
depth: false
|
||||||
go:
|
go:
|
||||||
- "1.11.5"
|
- "1.11.5"
|
||||||
|
- "1.12"
|
||||||
- tip
|
- tip
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
|
|
@ -26,7 +26,7 @@ parts:
|
||||||
|
|
||||||
hugo:
|
hugo:
|
||||||
plugin: nil
|
plugin: nil
|
||||||
build-snaps: [go/1.11/stable]
|
build-snaps: [go/1.12/stable]
|
||||||
source: .
|
source: .
|
||||||
override-build: |
|
override-build: |
|
||||||
set -ex
|
set -ex
|
||||||
|
|
Loading…
Reference in a new issue