We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d312f58 commit f20a64cCopy full SHA for f20a64c
project-clone/internal/global.go
@@ -32,13 +32,13 @@ import (
32
)
33
34
const (
35
- credentialsMountPath = "/.git-credentials/credentials"
36
- sshConfigMountPath = "/etc/ssh/ssh_config"
37
- publicCertsDir = "/public-certs"
38
- cloneRetriesEnvVar = "PROJECT_CLONE_RETRIES"
39
- defaultCloneRetries = 3
40
- maxCloneRetries = 10
41
- BaseRetryDelay = 1 * time.Second
+ credentialsMountPath = "/.git-credentials/credentials"
+ sshConfigMountPath = "/etc/ssh/ssh_config"
+ publicCertsDir = "/public-certs"
+ cloneRetriesEnvVar = "PROJECT_CLONE_RETRIES"
+ defaultCloneRetries = 3
+ maxCloneRetries = 10
+ BaseRetryDelay = 1 * time.Second
42
43
44
var (
0 commit comments