File: post-receive

package info (click to toggle)
ruby-gitlab-flowdock-git-hook 1.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 132 kB
  • sloc: ruby: 310; makefile: 4
file content (6 lines) | stat: -rwxr-xr-x 150 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/usr/bin/env ruby
require 'rubygems'
require 'flowdock-git-hook'

before, after, ref = gets.split
Flowdock::Git.background_post(ref, before, after)