Skip to content

Commit

Permalink
Fix/wercker (#178)
Browse files Browse the repository at this point in the history
fix fail of CI #176
  • Loading branch information
matcornic authored Oct 10, 2018
1 parent 589cbd3 commit 7c2dfc0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions wercker.yml
Original file line number Diff line number Diff line change
@@ -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 7c2dfc0

Please sign in to comment.