Commit b8d83d2538e03a7ce400196b7f366b7bf93d18ab
1 parent
919bc979
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 |