As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
Unverified 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
No related merge requests found
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