mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
Merge pull request #45312 from ixdy/update-repo-infra
Automatic merge from submit-queue (batch tested with PRs 45056, 44904, 45312) Update repo-infra dependency to support multiple upload paths **What this PR does / why we need it**: pulls in https://github.com/kubernetes/repo-infra/pull/17, which I think will be necessary for integrating the bazel build into e2e CI. **Release note**: ```release-note NONE ``` /assign @mikedanese @thockin
This commit is contained in:
commit
00cea18037
@ -7,9 +7,9 @@ http_archive(
|
|||||||
|
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "io_kubernetes_build",
|
name = "io_kubernetes_build",
|
||||||
sha256 = "1d146ccc034d3a9d8f5f02237144b78be135a0fb06935b37c745a2e7fcfecfed",
|
sha256 = "8d1cff71523565996903076cec6cad8424afa6eb93a342d0d810a55c911e23c7",
|
||||||
strip_prefix = "repo-infra-684e550a2f006dbe3cf3b3d481d3f19217b228f7",
|
strip_prefix = "repo-infra-61b7247ebf472398bdea148d8f67e3a1849d6de9",
|
||||||
urls = ["https://github.com/kubernetes/repo-infra/archive/684e550a2f006dbe3cf3b3d481d3f19217b228f7.tar.gz"],
|
urls = ["https://github.com/kubernetes/repo-infra/archive/61b7247ebf472398bdea148d8f67e3a1849d6de9.tar.gz"],
|
||||||
)
|
)
|
||||||
|
|
||||||
# This contains a patch to not prepend ./ to tarfiles produced by pkg_tar.
|
# This contains a patch to not prepend ./ to tarfiles produced by pkg_tar.
|
||||||
|
Loading…
Reference in New Issue
Block a user