Skip to content

Commit d942093

Browse files
committed
Remove trailing whitespaces
Remove trailing whitespaces. Signed-off-by: Matthias Diester <matthias.diester@de.ibm.com>
1 parent 8ee1d5b commit d942093

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/e2e/envvars.bats

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)