Skip to content

Commit

Permalink
tekton: fix micro typo on release-cheat-sheet
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester authored and tekton-robot committed Jan 31, 2025
1 parent c6d38c9 commit a3ee865
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tekton/release-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ the pipelines repo, a terminal window and a text editor.
**If you are back-porting include this flag: `--param=releaseAsLatest="false"`**
```bash
```bash
tkn --context dogfooding pipeline start pipeline-release \
--serviceaccount=release-right-meow \
--param package=github.com/tektoncd/pipeline \
Expand All @@ -76,6 +76,7 @@ the pipelines repo, a terminal window and a text editor.
--workspace name=workarea,volumeClaimTemplateFile=workspace-template.yaml \
--tasks-timeout 2h \
--pipeline-timeout 3h
```
Accept the default values of the parameters (except for "releaseAsLatest" if backporting).
Expand Down

0 comments on commit a3ee865

Please sign in to comment.