Commit 5c038d949f1e40939548c530214d65d33ab94904

Authored by Dmitriy Zaporozhets
1 parent d8a015cc

Fix gitlab-ci integration

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/gitlab/backend/grack_auth.rb
@@ -64,7 +64,7 @@ module Grack @@ -64,7 +64,7 @@ module Grack
64 token = project.gitlab_ci_service.token 64 token = project.gitlab_ci_service.token
65 65
66 if token.present? && token == password && git_cmd == 'git-upload-pack' 66 if token.present? && token == password && git_cmd == 'git-upload-pack'
67 - true 67 + return true
68 end 68 end
69 end 69 end
70 70