Skip to content

Commit

Permalink
Updating the circle.yml to check the right repository
Browse files Browse the repository at this point in the history
  • Loading branch information
benjih committed Jul 12, 2016
1 parent 24b6d93 commit 9bf0b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ deployment:
tag: /v[0-9]+(\.[0-9]+)*/
commands:
- "cd $GOPATH/src/github.com/SpectoLabs/hoverfly && make build-release"
- "cd $GOPATH/src/github.com/SpectoLabs/hoverfly/target && for f in hover*;do github-release upload --user SpectoLabs --repo hoverfly-fork --tag \"$CIRCLE_TAG\" --name \"$f\" --file \"$f\"; done"
- "cd $GOPATH/src/github.com/SpectoLabs/hoverfly/target && for f in hover*;do github-release upload --user SpectoLabs --repo hoverfly --tag \"$CIRCLE_TAG\" --name \"$f\" --file \"$f\"; done"

0 comments on commit 9bf0b1f

Please sign in to comment.