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 c8af6637 authored by Ash McKenzie's avatar Ash McKenzie
Browse files

WIP

parent 704159d9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -101,3 +101,7 @@ require (
)
exclude github.com/prometheus/client_golang v1.12.1
replace gitlab.com/gitlab-org/gitaly/v16 => /Users/ash/src/gitlab/gitaly
replace github.com/hashicorp/yamux => /Users/ash/src/external/yamux
Loading
Loading
@@ -17,8 +17,8 @@ func (c *Command) performGitalyCall(ctx context.Context, response *accessverifie
request := &pb.SSHUploadPackWithSidechannelRequest{
Repository: &response.Gitaly.Repo,
GitProtocol: c.Args.Env.GitProtocolVersion,
GitConfigOptions: response.GitConfigOptions,
GitProtocol: c.Args.Env.GitProtocolVersion,
}
var stats *pb.PackfileNegotiationStatistics
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