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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-01 09:12:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-01 09:12:32 +0300
commit50c3e720725fa9739587ff76c645331ecf9d95d6 (patch)
treed8b72ff3cc2d0cacfc6f918ad0b3a07cbd46085a /app/controllers
parent24ed1c84da7fb6df910f06552bc9e2e7fe5bcb59 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/repositories/git_http_controller.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/controllers/repositories/git_http_controller.rb b/app/controllers/repositories/git_http_controller.rb
index 4f228ced542..f78a28c89dd 100644
--- a/app/controllers/repositories/git_http_controller.rb
+++ b/app/controllers/repositories/git_http_controller.rb
@@ -106,7 +106,8 @@ module Repositories
def access_actor
return user if user
- return :ci if ci?
+
+ :ci if ci?
end
def access_check