Error lines from build-log.txt
... skipping 4 lines ...
[clone-repo : clone] {"level":"info","ts":1749089980.344423,"caller":"git/git.go:165","msg":"Successfully cloned https://github.com/tektoncd/community @ 84f4604e65a7abd07ce73161e69017fba36faa4b (HEAD -> main, origin/main) in path /workspace/output/"}
[clone-repo : clone] {"level":"info","ts":1749089980.5151916,"caller":"git/git.go:203","msg":"Successfully initialized and updated submodules in path /workspace/output/"}
[check-git-files-changed : check-files-changed] + set -o pipefail
[check-git-files-changed : check-files-changed] + BACK=HEAD~1
[check-git-files-changed : check-files-changed] + CHECK=failed
[check-git-files-changed : check-files-changed] + cd /workspace/input
[check-git-files-changed : check-files-changed] + git diff-tree --no-commit-id --name-only -r HEAD HEAD~1
[check-git-files-changed : check-files-changed] + grep -E 'teps/**'
[check-git-files-changed : check-files-changed] + jq -ncR '[inputs]'
[check-git-files-changed : check-files-changed] + git diff-tree --no-commit-id --name-only -r HEAD HEAD~1
[check-git-files-changed : check-files-changed] + grep -E 'teps/**'
[check-git-files-changed : check-files-changed] teps/0158-pipeline-fail-fast.md
[check-git-files-changed : check-files-changed] + CHECK=passed
[check-git-files-changed : check-files-changed] + printf passed
[teps-lint : teps-table] diff --git a/teps/README.md b/teps/README.md
[teps-lint : teps-table] index 5746e2d..4112675 100644
[teps-lint : teps-table] --- a/teps/README.md
[teps-lint : teps-table] +++ b/teps/README.md
[teps-lint : teps-table] @@ -146,4 +146,5 @@ This is the complete list of Tekton TEPs:
[teps-lint : teps-table] |[TEP-0154](0154-concise-remote-resolver-syntax.md) | Concise Remote Resolver Syntax | implementable | 2024-03-21 |
[teps-lint : teps-table] |[TEP-0155](0155-store-pipeline-events-in-db.md) | Store Pipeline Events in Tekton Results | proposed | 2024-04-19 |
[teps-lint : teps-table] |[TEP-0156](0156-whenexpressions-in-step.md) | WhenExpressions in Steps | implemented | 2024-07-22 |
[teps-lint : teps-table] +|[TEP-0158](0158-pipeline-fail-fast.md) | Pipeline fail-fast | implementable | 2024-08-17 |
[teps-lint : teps-table] |[TEP-0160](0160-enhance-results-cli.md) | Enhance Tekton Results CLI | proposed | 2025-03-13 |