Skip to content

Commit

Permalink
Hygiene: removed unused images variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
bendory authored and tekton-robot committed Mar 9, 2023
1 parent 358501b commit e3b5efe
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/reconciler/taskrun/resources/apply_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (

"github.com/google/go-cmp/cmp"
"github.com/tektoncd/pipeline/pkg/apis/config"
"github.com/tektoncd/pipeline/pkg/apis/pipeline"
"github.com/tektoncd/pipeline/pkg/apis/pipeline/v1beta1"
"github.com/tektoncd/pipeline/pkg/reconciler/taskrun/resources"
"github.com/tektoncd/pipeline/pkg/workspace"
Expand All @@ -35,12 +34,6 @@ import (
)

var (
images = pipeline.Images{
EntrypointImage: "override-with-entrypoint:latest",
NopImage: "override-with-nop:latest",
ShellImage: "busybox",
}

simpleTaskSpec = &v1beta1.TaskSpec{
Sidecars: []v1beta1.Sidecar{{
Name: "foo",
Expand Down

0 comments on commit e3b5efe

Please sign in to comment.