-
Notifications
You must be signed in to change notification settings - Fork 22
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 (#215)
bumping knative.dev/client 76b3724...be439e1: > be439e1 upgrade to latest dependencies (# 1725) > 6c81567 added gvr sink test cases and support to specify resource name in both singular/plural versions (# 1724) bumping knative.dev/eventing cc06bab...cc06bab: bumping knative.dev/serving 374b282...8a2fb54: > 8a2fb54 Update net-istio nightly (# 13242) > 768e8ba Update net-certmanager nightly (# 13241) > 3178bc9 Update net-contour nightly (# 13244) bumping knative.dev/hack e9a8475...8d1e4cc: > 8d1e4cc fix go run invocation of github hub cli (# 213) > d35c718 [release-1.7] go run... (# 211) Signed-off-by: Knative Automation <[email protected]> Signed-off-by: Knative Automation <[email protected]>
- Loading branch information
1 parent
55ced6c
commit becbe6d
Showing
4 changed files
with
18 additions
and
17 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() { | ||
gorun 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