File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ teardown() {
4444 run kubectl get buildruns.shipwright.io/${buildrun_name} -o yaml
4545 assert_success
4646
47-
47+
4848 # ensure that the environment variables were inserted into the Build object
4949 assert_output --partial " VAR_2" && assert_output --partial " buildrun-value-2"
5050 assert_output --partial " VAR_3" && assert_output --partial " buildrun-value-3"
5151
5252 # get the taskrun that we created
53- run kubectl get taskruns.tekton.dev --selector=buildrun.shipwright.io/name=${buildrun_name} -o name
53+ run kubectl get taskruns.tekton.dev --selector=buildrun.shipwright.io/name=${buildrun_name} -o name
5454 assert_success
55-
55+
5656 run kubectl get ${output} -o yaml
5757 assert_success
5858
You can’t perform that action at this time.
0 commit comments