summaryrefslogtreecommitdiff
path: root/lib/hooks
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-09 09:14:05 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-09 09:14:05 +0300
commit9773ccc4519c4c35f969248c4e0f13689b631760 (patch)
treec8780c4bfcb5135dfc465f2f0d03424501ed3382 /lib/hooks
parent71bd9568669d18bc04c551a603a04af2ea99328c (diff)
downloadgitlab-ce-9773ccc4519c4c35f969248c4e0f13689b631760.tar.gz
sidekiq with green tests
Diffstat (limited to 'lib/hooks')
-rwxr-xr-xlib/hooks/post-receive1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hooks/post-receive b/lib/hooks/post-receive
index ebd9e1a028a..6944d3e3f72 100755
--- a/lib/hooks/post-receive
+++ b/lib/hooks/post-receive
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
+# Version 4.1
# This file was placed here by GitLab. It makes sure that your pushed commits
# will be processed properly.