Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-22 01:04:57 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-22 01:04:57 +0400
commit5c038d949f1e40939548c530214d65d33ab94904 (patch)
tree208c4dbf96966cebee62970c8ad471c5475ab469 /lib
parentd8a015cc9723557665ada26609b3f13820b03665 (diff)
Fix gitlab-ci integration
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/backend/grack_auth.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/backend/grack_auth.rb b/lib/gitlab/backend/grack_auth.rb
index de18d904916..c2f3b851c07 100644
--- a/lib/gitlab/backend/grack_auth.rb
+++ b/lib/gitlab/backend/grack_auth.rb
@@ -64,7 +64,7 @@ module Grack
token = project.gitlab_ci_service.token
if token.present? && token == password && git_cmd == 'git-upload-pack'
- true
+ return true
end
end