-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fix Git client for public repos (#6)
Two bugs happen with public repos and no git token set: - isPrivateRepo does not work as an error is returned if the git client was not successfully built. This commit replaces the utility function. - there was no handling of redirects that Github API gives us for downloading release assets in the case of public repos. This commit adds it. Signed-off-by: janiskemper <[email protected]>
- Loading branch information
1 parent
f8a4caa
commit f111200
Showing
1 changed file
with
63 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters