Skip to content

Commit

Permalink
Fix/wercker (matcornic#178)
Browse files Browse the repository at this point in the history
fix fail of CI matcornic#176
  • Loading branch information
matcornic committed Oct 10, 2018
1 parent 9815eb7 commit ccd5b06
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions wercker.yml
@@ -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
Expand Down

0 comments on commit ccd5b06

Please sign in to comment.