Skip to content

Commit

Permalink
remove testdata/refs and HEAD, expect unknown build version in unit t…
Browse files Browse the repository at this point in the history
…ests
  • Loading branch information
imjasonh authored and tekton-robot committed Aug 17, 2022
1 parent fa52b9a commit d911808
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/reconciler/taskrun/taskrun_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ var (
}
)

const fakeVersion string = "a728ce3"
const fakeVersion string = "unknown"

func placeToolsInitContainer(steps []string) corev1.Container {
return corev1.Container{
Expand Down
1 change: 0 additions & 1 deletion pkg/reconciler/taskrun/testdata/HEAD

This file was deleted.

1 change: 0 additions & 1 deletion pkg/reconciler/taskrun/testdata/refs/heads/v1.2.3

This file was deleted.

0 comments on commit d911808

Please sign in to comment.