Skip to content

Commit

Permalink
Revert "Use ubuntu images for sidecar tests"
Browse files Browse the repository at this point in the history
This reverts commit fdd91da.
  • Loading branch information
Scott authored and tekton-robot committed Sep 3, 2019
1 parent b493ef3 commit c2d28bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sidecar_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ func TestSidecarTaskSupport(t *testing.T) {
tb.TaskSpec(
tb.Step(
primaryContainerName,
"ubuntu",
"busybox:1.31.0-musl",
tb.StepCommand(test.stepCommand...),
),
tb.Sidecar(
sidecarContainerName,
"ubuntu",
"busybox:1.31.0-musl",
tb.Command(test.sidecarCommand...),
),
),
Expand Down

0 comments on commit c2d28bc

Please sign in to comment.