Skip to content

Commit

Permalink
Merge pull request #17 from screwdriver-cd/werckerFix
Browse files Browse the repository at this point in the history
Fix wercker build pipeline
  • Loading branch information
jer authored Aug 4, 2016
2 parents 1653f6c + fe687a2 commit f32289d
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 f32289d

Please sign in to comment.