Skip to content

Commit

Permalink
Fix CI by making sure we get the last taskrun
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Nov 21, 2023
1 parent fd7ffb3 commit eadb2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/e2e.bats
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ EOS
{{ printf "%s=%s\n" .name .value }}
{{- end -}}
EOS
run tkn taskrun describe --output=go-template-file --template=${tmpl_file}
run tkn taskrun describe --output=go-template-file --template=${tmpl_file} --last
assert_success
assert_output --regexp $'^COMMIT=\S+\nCOMMITTER_DATE=\S+\nURL=\S+.*'
}

0 comments on commit eadb2ae

Please sign in to comment.