Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tekton/release-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ the pruner repo, a terminal window and a text editor.
NAME VALUE
∙ commit-sha ff6d7abebde12460aecd061ab0f6fd21053ba8a7
∙ release-file https://infra.tekton.dev/tekton-releases/pruner/previous/v0.3.4/release.yaml
∙ release-file-no-tag https://infra.tekton.dev/tekton-releases/pruner/previous/v0.3.4/release.notag.yaml
∙ release-file-no-tag https://infra.tekton.dev/tekton-releases/pruner/previous/v0.3.4/release.notags.yaml

(...)
```
Expand Down
2 changes: 1 addition & 1 deletion tekton/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,4 +303,4 @@ spec:
BASE_URL="https://infra.tekton.dev/${RELEASE_BUCKET}/${REPO_NAME}/previous/${VERSION_TAG}"

echo "${BASE_URL}/release.yaml" > $(results.release.path)
echo "${BASE_URL}/release.notag.yaml" > $(results.release-no-tag.path)
echo "${BASE_URL}/release.notags.yaml" > $(results.release-no-tag.path)
Loading