We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f2588 commit b430f02Copy full SHA for b430f02
build/workspace.bzl
@@ -60,7 +60,7 @@ def cni_tarballs():
60
name = "kubernetes_cni_%s" % arch,
61
downloaded_file_path = "kubernetes_cni.tgz",
62
sha256 = sha,
63
- urls = mirror("https://storage.googleapis.com/k8s-artifacts-cni/release/v%s/cni-plugins-%s-v%s.tgz" % (CNI_VERSION, arch, CNI_VERSION)),
+ urls = ["https://storage.googleapis.com/k8s-artifacts-cni/release/v%s/cni-plugins-%s-v%s.tgz" % (CNI_VERSION, arch, CNI_VERSION)],
64
)
65
66
def cri_tarballs():
0 commit comments