Skip to content

Commit

Permalink
Janky now allows branches with a '/' in their name.
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-torres-marroquin committed Jan 12, 2012
1 parent d50076d commit 3de3ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/janky.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ module.exports = (robot) ->
else
msg.send("who knows")

robot.respond /ci status (-v )?([-_\.0-9a-zA-Z]+)(\/([-_\.a-zA-z0-9]+))?/i, (msg) ->
robot.respond /ci status (-v )?([-_\.0-9a-zA-Z]+)(\/([-_\.a-zA-z0-9\/]+))?/i, (msg) ->
app = msg.match[2]
count = 5
branch = msg.match[4] || 'master'
Expand Down

0 comments on commit 3de3ef6

Please sign in to comment.