Skip to content

Commit ede2079

Browse files
committed
fix resource path
1 parent 4dba6ad commit ede2079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/pipeline/pipeline_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Waiting for logs to be available...
309309
tkn.MustSucceed(t, "pipeline", "start", tePipelineName,
310310
"-p=filename=output",
311311
"-w=name=shared-data,emptyDir=",
312-
"--taskrun-spec="+helper.GetResourcePath("/taskrunspec/taskrunspec.yaml"),
312+
"--taskrun-spec="+helper.GetResourcePath("/taskrunspec.yaml"),
313313
"--use-param-defaults",
314314
"--showlog")
315315

0 commit comments

Comments
 (0)