Skip to content
Snippets Groups Projects
Verified Commit f85d650e authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Bump VERSION to 3.6.7


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent a812dc29
No related branches found
No related tags found
1 merge request!120Backport "Pass relevant git environment variables while calling `/allowed`" to 3-6-stable
Pipeline #
3.6.6
3.6.7
Loading
Loading
@@ -26,7 +26,7 @@ class GitlabAccess
"GIT_OBJECT_DIRECTORY" => ENV["GIT_OBJECT_DIRECTORY"]
}
 
status = api.check_access('git-receive-pack', @repo_path, @actor, @changes, @protocol, env: env.to_json)
status = api.check_access('git-receive-pack', @repo_name, @actor, @changes, @protocol, env: env.to_json)
 
raise AccessDeniedError, status.message unless status.allowed?
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment