diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-03 15:03:02 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-03 15:03:02 +0300 |
commit | d299e7ef2be2504e696b071110bbed2dd2710db5 (patch) | |
tree | 155a4427bb0c48a4d6e01c92df0acdd55bf64b0d /lib/gitlab_net.rb | |
parent | d5adeb1f781cd92c70453b5e4273d4afe5b5a2d1 (diff) | |
download | gitlab-shell-d299e7ef2be2504e696b071110bbed2dd2710db5.tar.gz |
Make force push detection actually work
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'lib/gitlab_net.rb')
-rw-r--r-- | lib/gitlab_net.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab_net.rb b/lib/gitlab_net.rb index cab64bd..28971ef 100644 --- a/lib/gitlab_net.rb +++ b/lib/gitlab_net.rb @@ -15,6 +15,7 @@ class GitlabNet action: cmd, ref: ref, project: project_name, + forced_push: forced_push, } params.merge!(oldrev: oldrev) if oldrev |