-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade to latest dependencies (#672)
bumping knative.dev/hack d35c718...8d1e4cc: > 8d1e4cc fix go run invocation of github hub cli (# 213) bumping knative.dev/hack/schema d35c718...8d1e4cc: > 8d1e4cc fix go run invocation of github hub cli (# 213) Signed-off-by: Knative Automation <[email protected]> Signed-off-by: Knative Automation <[email protected]>
- Loading branch information
1 parent
7e5af1c
commit a70c0de
Showing
4 changed files
with
10 additions
and
9 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,7 +107,8 @@ export GITHUB_TOKEN="" | |
# Convenience function to run the hub tool. | ||
# Parameters: $1..$n - arguments to hub. | ||
function hub_tool() { | ||
go_run github.com/github/[email protected] "$@" | ||
# Pinned to SHA because of https://github.com/github/hub/issues/2517 | ||
go_run github.com/github/hub/v2@363513a "$@" | ||
} | ||
|
||
# Shortcut to "git push" that handles authentication. | ||
|
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