Skip to content

Commit

Permalink
Fix wercker build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Filbird committed Aug 4, 2016
1 parent 1653f6c commit fe687a2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
box: google/golang
box: golang

build:
steps:
- wercker/setup-go-workspace:
package-dir: github.com/screwdriver-cd/launcher

- script:
name: go get
code: |
cd $WERCKER_SOURCE_DIR
go get -t ./...
- wercker/golint

- script:
name: go test
code: go test ./...
Expand Down

0 comments on commit fe687a2

Please sign in to comment.