Skip to content

Commit ba8c02f

Browse files
committed
feat: remove intentional error SD-1405
1 parent 9ff00d1 commit ba8c02f

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

charts/tekton-pipelines/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.12
9+
version: 2.2.14-dev.13
1010

1111
maintainers:
1212
- url: https://www.saritasa.com/

charts/tekton-pipelines/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ saritasa-tekton-pipelines
3131

3232
## `chart.version`
3333

34-
![Version: 2.2.14-dev.12](https://img.shields.io/badge/Version-2.2.14-dev.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
34+
![Version: 2.2.14-dev.13](https://img.shields.io/badge/Version-2.2.14-dev.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3535

3636
## Maintainers
3737

charts/tekton-pipelines/templates/common/tasks/kustomize.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ spec:
6262
export newname="${img%%:*}"
6363
export tag="${img##*:}"
6464
65-
test_fail_test
66-
6765
cd $(params.kustomize_overlay_path)
6866
# Use yq to update ECR image tag in kustomization.yaml file
6967
# select the element by name and update the image name and tag

charts/tekton-pipelines/templates/common/tasks/slack-notification.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ spec:
138138
failed_task=$(cat $(results.failed_task.path))
139139
failed_step=$(cat $(results.failed_step.path))
140140
failed="Task: $failed_task, Step: $failed_step"
141-
error_msg=$(cat $(results.logs.path))
141+
error_msg=$(tail -c 1982 $(results.logs.path))
142142
fi
143143
144144
argo_app_url="$ARGOCD_SERVER/$ARGOCD_ROOT_PATH/applications/$(params.application)"

0 commit comments

Comments
 (0)