We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589cbd3 commit 7c2dfc0Copy full SHA for 7c2dfc0
wercker.yml
@@ -1,16 +1,14 @@
1
box: golang
2
build:
3
steps:
4
- # Sets the go workspace and places you package
5
- # at the right place in the workspace tree
6
- - setup-go-workspace
7
-
8
# Gets the dependencies
9
- script:
10
name: get hugo
11
code: |
12
- go get github.com/gohugoio/hugo
13
+ 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
14
# Build the project
15
16
name: build site
0 commit comments