diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bf6110d..e8afe2c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,8 +32,8 @@ 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 - run: make test-e2e \ No newline at end of file + run: make test-e2e diff --git a/test/helper/helper.sh b/test/helper/helper.sh index 4117dfc..fd55ab4 100644 --- a/test/helper/helper.sh +++ b/test/helper/helper.sh @@ -34,9 +34,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 -}} @@ -46,4 +43,4 @@ EOS shift assert_success assert_output ${*} -} \ No newline at end of file +}