Skip to content

Commit

Permalink
Fix wercker deploy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Filbird committed Aug 4, 2016
1 parent fe687a2 commit 7da5e83
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@ build:
- wercker/setup-go-workspace:
package-dir: github.com/screwdriver-cd/launcher

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

- wercker/golint

- script:
name: ls
code: ls

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

0 comments on commit 7da5e83

Please sign in to comment.