Skip to content

Commit

Permalink
chore(build): reinstate bin creation step
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Mar 19, 2018
1 parent 0e015da commit ca50b86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ build:
- setup-go-workspace
- golint:
exclude: "vendor"
# - script:
# name: build
# code: |
# make bin
- script:
name: build
code: |
make bin
- script:
name: install-cli-tools
code: |
Expand Down

0 comments on commit ca50b86

Please sign in to comment.