We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef06194 commit df98a1aCopy full SHA for df98a1a
cmd/app/client.go
@@ -70,6 +70,7 @@ func NewClient() (*Client, error) {
70
retryClient.HTTPClient.Transport = tr
71
retryClient.RetryMax = 0
72
gitlabOptions = append(gitlabOptions, gitlab.WithHTTPClient(retryClient.HTTPClient))
73
+ gitlabOptions = append(gitlabOptions, gitlab.WithoutRetries())
74
75
client, err := gitlab.NewClient(pluginOptions.AuthToken, gitlabOptions...)
76
0 commit comments