Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeJu committed Feb 9, 2023
1 parent 7f39c57 commit 6de3871
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 120 deletions.
5 changes: 0 additions & 5 deletions pkg/reconciler/taskrun/taskrun_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ import (
"knative.dev/pkg/controller"
"knative.dev/pkg/kmeta"
"knative.dev/pkg/logging"
"knative.dev/pkg/ptr"

pkgreconciler "knative.dev/pkg/reconciler"
"knative.dev/pkg/system"
Expand Down Expand Up @@ -313,10 +312,6 @@ var (
EmptyDir: &corev1.EmptyDirVolumeSource{},
},
}

gitResourceSecurityContext = &corev1.SecurityContext{
RunAsUser: ptr.Int64(0),
}
)

const fakeVersion string = "unknown"
Expand Down
115 changes: 0 additions & 115 deletions test/embed_test.go

This file was deleted.

0 comments on commit 6de3871

Please sign in to comment.