Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: don't use gh cli in kbs checkout
Since we clone the repo we can use git to resolve a tag/branch to a sha. We probably want to avoid using gh cli in places where it's not required, because it involves setting secrets and makes executing tests more cumbersome. There could also be breakage if people specify a fork as KBS_REPO, since we use the gh cli with a hardcoded repository. Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>
- Loading branch information