We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67781b commit 44044e7Copy full SHA for 44044e7
services/campfire.rb
@@ -6,6 +6,7 @@
6
owner = payload['repository']['owner']['name']
7
branch = payload['ref'].split('/').last
8
commits = payload['commits']
9
+ next if commits.empty?
10
campfire = Tinder::Campfire.new(data['subdomain'], :ssl => data['ssl'].to_i == 1)
11
play_sound = data['play_sound'].to_i == 1
12
0 commit comments