File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ type: application
66# This is the chart version. This version number should be incremented each time you make changes
77# to the chart and its templates, including the app version.
88# Versions are expected to follow Semantic Versioning (https://semver.org/)
9- version : 2.2.14-dev.10
9+ version : 2.2.14-dev.11
1010
1111maintainers :
1212 - url : https://www.saritasa.com/
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ saritasa-tekton-pipelines
3131
3232## ` chart.version `
3333
34- ![ Version: 2.2.14-dev.10 ] ( https://img.shields.io/badge/Version-2.2.14-dev.10 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
34+ ![ Version: 2.2.14-dev.11 ] ( https://img.shields.io/badge/Version-2.2.14-dev.11 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
3535
3636## Maintainers
3737
Original file line number Diff line number Diff line change 8989 # Fetch logs and save info about the failed task
9090 echo "Fetching logs for failed step: ${failed_step}"
9191 echo "https://tekton-logs-server.ci.svc.cluster.local/logs/ci/${failed_pod_name}/step-${failed_step}"
92- curl -sk "https://tekton-logs-server.ci.svc.cluster.local/logs/ci/${failed_pod_name}/step-${failed_step}" | tail -c 1982 > $(results.logs.path)
92+ curl -isk "https://tekton-logs-server.ci.svc.cluster.local/logs/ci/${failed_pod_name}/step-${failed_step}" | tail -c 1982 > $(results.logs.path)
9393 cat $(results.logs.path)
9494 else
9595 echo 'No failed taskRuns'
You can’t perform that action at this time.
0 commit comments