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
Commit 4a76edde authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Version up to 1.7.2

parent db79c32e
No related branches found
No related tags found
No related merge requests found
v1.7.2
- More safe command execution
v1.7.1
- Fixed issue when developers are able to push to protected branches that contain a '/' in the branch name.
Loading
Loading
1.7.1
1.7.2
Loading
Loading
@@ -53,7 +53,7 @@ class GitlabShell
def process_cmd
repo_full_path = File.join(repos_path, repo_name)
$logger.info "gitlab-shell: executing git command <#{@git_cmd} #{repo_full_path}> for #{log_username}."
exec_cmd(@git_cmd,repo_full_path)
exec_cmd(@git_cmd, repo_full_path)
end
def validate_access
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