From 4e46133272ef724b6e98669835e21c4e234e2268 Mon Sep 17 00:00:00 2001 From: Priti Desai Date: Wed, 10 Mar 2021 11:00:41 -0800 Subject: [PATCH] updating release cheat sheet Adding use of context while creating pipeline resource and verifying the pipeline run. --- tekton/release-cheat-sheet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tekton/release-cheat-sheet.md b/tekton/release-cheat-sheet.md index 9714f61e8a7..044b91392d2 100644 --- a/tekton/release-cheat-sheet.md +++ b/tekton/release-cheat-sheet.md @@ -59,7 +59,7 @@ the pipelines repo, a terminal window and a text editor. 1. Once the pipeline is complete, check its results: ```bash - tkn pr describe + tkn --context dogfooding pr describe (...) 📝 Results @@ -91,7 +91,7 @@ the pipelines repo, a terminal window and a text editor. 1. Create a `PipelineResource` of type `git` ```shell - cat <