Skip to content

Commit

Permalink
Remove trailing whitespaces
Browse files Browse the repository at this point in the history
Remove trailing whitespaces.

Signed-off-by: Matthias Diester <[email protected]>
  • Loading branch information
HeavyWombat committed Dec 16, 2024
1 parent 8ee1d5b commit d942093
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/envvars.bats
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ teardown() {
run kubectl get buildruns.shipwright.io/${buildrun_name} -o yaml
assert_success


# ensure that the environment variables were inserted into the Build object
assert_output --partial "VAR_2" && assert_output --partial "buildrun-value-2"
assert_output --partial "VAR_3" && assert_output --partial "buildrun-value-3"

# get the taskrun that we created
run kubectl get taskruns.tekton.dev --selector=buildrun.shipwright.io/name=${buildrun_name} -o name
run kubectl get taskruns.tekton.dev --selector=buildrun.shipwright.io/name=${buildrun_name} -o name
assert_success

run kubectl get ${output} -o yaml
assert_success

Expand Down

0 comments on commit d942093

Please sign in to comment.