Skip to content

Commit

Permalink
Update pipeline version to 0.53.2
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 2ed06f6 commit 59dc3ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# settings to reach it during testing
- uses: openshift-pipelines/setup-tektoncd@v1
with:
pipeline_version: v0.41.3
pipeline_version: v0.53.2

# running end-to-end test target
- name: test-e2e
Expand Down
3 changes: 0 additions & 3 deletions test/helper/helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ function assert_tekton_resource () {
{{- printf "%s\n" .message -}}
{{- end -}}
{{- end }}
{{- range .status.taskResults }}
{{- printf "%s=%s\n" .name .value -}}
{{- end -}}
{{- range .status.results }}
{{- printf "%s=%s\n" .name .value -}}
{{- end -}}
Expand Down

0 comments on commit 59dc3ea

Please sign in to comment.