Skip to content

Commit

Permalink
use fake version matching testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh authored and tekton-robot committed Jul 21, 2022
1 parent a1620c9 commit 10a5ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/pod/pod_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ var (
volumeMountSort = cmpopts.SortSlices(func(i, j corev1.VolumeMount) bool { return i.Name < j.Name })
)

const fakeVersion = "0000000000000000000000000000000000000000"
const fakeVersion = "a728ce3"

func init() {
os.Setenv("KO_DATA_PATH", "./testdata/")
Expand Down
2 changes: 1 addition & 1 deletion pkg/reconciler/taskrun/taskrun_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ var (
}
)

const fakeVersion string = "0000000000000000000000000000000000000000"
const fakeVersion string = "a728ce3"

func placeToolsInitContainer(steps []string) corev1.Container {
return corev1.Container{
Expand Down

0 comments on commit 10a5ae6

Please sign in to comment.