Skip to content

Commit

Permalink
wercker: install jq
Browse files Browse the repository at this point in the history
  • Loading branch information
motemen committed Jul 17, 2015
1 parent 2862bb4 commit 443f0c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ build:
go test ./...
deploy:
steps:
- script:
name: install jq
code: |
curl -L http://stedolan.github.io/jq/download/linux64/jq -o /usr/local/bin/jq
chmod +x /usr/local/bin/jq
- motemen/gobump-github-pull-request:
github_token: $GITHUB_TOKEN
label_pattern_minor: ^feature$
Expand Down

0 comments on commit 443f0c5

Please sign in to comment.