Fix git checkout and kube cross#812
Conversation
|
/lgtm |
|
/hold |
|
@hoegaarden -- can you rebase this? |
|
@hoegaarden: Adding label: DetailsReasons for blocking this PR:[Changes to certain release tools can affect our ability to test, build, and release Kubernetes. This PR must be explicitly approved by SIG Release repo admins.] 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. |
justaugustus
left a comment
There was a problem hiding this comment.
Some microscopic nits here.
| # Checkout location | ||
| logecho -n "Checking out $tree_object: " | ||
| logrun -s git checkout $branch_arg $tree_object $branch_point || return 1 | ||
| local checkout_args=() |
There was a problem hiding this comment.
Add a comment above this giving guidance on how checkout_args, branch_arg, and tree_object should be invoked.
Prefer explicit language here instead of "maybe" or "hopefully".
There was a problem hiding this comment.
Those are not invoked ... but anyway, I hope the comment I added clears things up a bit.
... fix some shellcheck issues
|
/hold cancel |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hoegaarden, justaugustus The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cc @pswica
/assign @justaugustus