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