We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81d616 commit cabd510Copy full SHA for cabd510
.tekton/trigger-e2e-test.yaml
@@ -33,7 +33,6 @@ spec:
33
value: "e2e.yaml"
34
script: |
35
#!/usr/bin/env python3
36
-
37
import os
38
import sys
39
import requests
pkg/random/random.go
@@ -11,7 +11,7 @@ const (
11
)
12
13
// AlphaString returns a random alphanumeric string of the requested length
14
-// https://stackoverflow.com/a/35615565/145125
+// see https://stackoverflow.com/a/35615565/145125.
15
func AlphaString(length int) string {
16
result := make([]byte, length)
17
bufferSize := int(float64(length) * 1.3)
0 commit comments