-
Task
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
1
-
False
-
-
False
-
-
-
Pipelines Sprint CrookShank 49
Updating a slight typo ("notag" to "notags") in all release cheat sheets
i.e-
old:
release-file-no-tag https://infra.tekton.dev/tekton-releases/pruner/previous/v0.3.4/release.notag.yaml
new:
release-file-no-tag https://infra.tekton.dev/tekton-releases/pruner/previous/v0.3.4/release.notags.yaml
and the same fix for release-pipeline
old:
echo "${BASE_URL}/release.notag.yaml" > $(results.release-no-tag.path)
new:
echo "${BASE_URL}/release.notags.yaml" > $(results.release-no-tag.path)
---------------------------------------------------
Change shall be made in the following component:
- pruner
- chains
- pipeline
- operator
- triggers