Skip to content

Commit 7c2dfc0

Browse files
authored
Fix/wercker (#178)
fix fail of CI #176
1 parent 589cbd3 commit 7c2dfc0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

wercker.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
box: golang
22
build:
33
steps:
4-
# Sets the go workspace and places you package
5-
# at the right place in the workspace tree
6-
- setup-go-workspace
7-
84
# Gets the dependencies
95
- script:
106
name: get hugo
117
code: |
12-
go get github.com/gohugoio/hugo
13-
8+
git clone https://github.com/gohugoio/hugo.git && cd hugo && go install
9+
# Sets the go workspace and places you package
10+
# at the right place in the workspace tree
11+
- setup-go-workspace
1412
# Build the project
1513
- script:
1614
name: build site

0 commit comments

Comments
 (0)