-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix version command outputting empty #1390
Conversation
Hi @06kellyjac. Thanks for your PR. I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
The following is the coverage report on the affected files.
|
I don't think this is related to my change but LMK if I'm wrong:
|
/retest flakyness :\ |
/lgtm Looking Good! 🤙🏽 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
#1391 | [Piyush Garg] Update readme for latest version | 2021/06/09-07:23 #1390 | [06kellyjac] Fix version command outputting empty | 2021/06/10-08:49 #1392 | [Chmouel Boudjnah] Add --since flag to pipelinerun delete | 2021/06/14-07:30 #1396 | [hasanrashid] Fix broken links in DEVELOPMENT.MD | 2021/06/18-23:20 #1400 | [Chmouel Boudjnah] Fix typo with my name | 2021/06/23-08:53 #1401 | [Christie Wilson] Add link to tkn bundle to main readme 🔗 | 2021/06/23-09:18 #1403 | [Chmouel Boudjnah] Update README about coloring being disabled | 2021/06/24-13:41 #1405 | [Pradeep Kumar] fix default --prefix=false with p/t/ct start | 2021/06/28-11:00 Signed-off-by: Pradeep Kumar <pradkuma@redhat.com>
#1391 | [Piyush Garg] Update readme for latest version | 2021/06/09-07:23 #1390 | [06kellyjac] Fix version command outputting empty | 2021/06/10-08:49 #1392 | [Chmouel Boudjnah] Add --since flag to pipelinerun delete | 2021/06/14-07:30 #1396 | [hasanrashid] Fix broken links in DEVELOPMENT.MD | 2021/06/18-23:20 #1400 | [Chmouel Boudjnah] Fix typo with my name | 2021/06/23-08:53 #1401 | [Christie Wilson] Add link to tkn bundle to main readme 🔗 | 2021/06/23-09:18 #1403 | [Chmouel Boudjnah] Update README about coloring being disabled | 2021/06/24-13:41 #1405 | [Pradeep Kumar] fix default --prefix=false with p/t/ct start | 2021/06/28-11:00 #1402 | [Chmouel Boudjnah] Add pipelinerun delete by label | 2021/06/29-12:09 Signed-off-by: Pradeep Kumar <pradkuma@redhat.com>
Changes
Allow
tkn version
to output when there's no remote tekton availableResolves #1389
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make check
make generated
See the contribution guide
for more details.
Release Notes