Skip to content

Commit cabd510

Browse files
committed
Test CI ignore
testing it Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
1 parent d81d616 commit cabd510

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.tekton/trigger-e2e-test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ spec:
3333
value: "e2e.yaml"
3434
script: |
3535
#!/usr/bin/env python3
36-
3736
import os
3837
import sys
3938
import requests

pkg/random/random.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const (
1111
)
1212

1313
// AlphaString returns a random alphanumeric string of the requested length
14-
// https://stackoverflow.com/a/35615565/145125
14+
// see https://stackoverflow.com/a/35615565/145125.
1515
func AlphaString(length int) string {
1616
result := make([]byte, length)
1717
bufferSize := int(float64(length) * 1.3)

0 commit comments

Comments
 (0)