summaryrefslogtreecommitdiff
path: root/hooks/update
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/update')
-rwxr-xr-xhooks/update1
1 files changed, 0 insertions, 1 deletions
diff --git a/hooks/update b/hooks/update
index e569446..4c2fc08 100755
--- a/hooks/update
+++ b/hooks/update
@@ -9,7 +9,6 @@ new_value = ARGV[2]
repo_path = Dir.pwd
key_id = ENV.delete('GL_ID')
-require_relative '../lib/gitlab_init'
require_relative '../lib/gitlab_custom_hook'
if GitlabCustomHook.new(repo_path, key_id).update(ref_name, old_value, new_value)