mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parent
f916814697
commit
ef525b15d4
1 changed files with 1 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
||||||
defaults: &defaults
|
defaults: &defaults
|
||||||
working_directory: /go/src/github.com/gohugoio
|
|
||||||
docker:
|
docker:
|
||||||
- image: bepsays/ci-goreleaser:1.11-2
|
- image: bepsays/ci-goreleaser:1.11-2
|
||||||
environment:
|
environment:
|
||||||
GO111MODULE: "on"
|
|
||||||
CGO_ENABLED: "0"
|
CGO_ENABLED: "0"
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
|
@ -27,7 +25,7 @@ jobs:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: /go/src/github.com/gohugoio
|
at: /root/project
|
||||||
- run:
|
- run:
|
||||||
command: |
|
command: |
|
||||||
cd hugo
|
cd hugo
|
||||||
|
|
Loading…
Reference in a new issue