Fix/wercker (#178)

fix fail of CI #176
This commit is contained in:
Mathieu Cornic 2018-10-10 19:14:04 +02:00 committed by GitHub
parent 589cbd30de
commit 7c2dfc0231
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,16 +1,14 @@
box: golang
build:
steps:
# Sets the go workspace and places you package
# at the right place in the workspace tree
- setup-go-workspace
# Gets the dependencies
- script:
name: get hugo
code: |
go get github.com/gohugoio/hugo
git clone https://github.com/gohugoio/hugo.git && cd hugo && go install
# Sets the go workspace and places you package
# at the right place in the workspace tree
- setup-go-workspace
# Build the project
- script:
name: build site