mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
Update WORKSPACE to fix symlink permissions
Updating to get https://github.com/kubernetes/repo-infra/pull/124
This commit is contained in:
parent
2b49ca185e
commit
cba7337a5c
@ -37,9 +37,9 @@ versions.check(minimum_bazel_version = "0.23.0")
|
|||||||
|
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "io_k8s_repo_infra",
|
name = "io_k8s_repo_infra",
|
||||||
sha256 = "462dcc769f29e9eee16499edb818e2fc2ffc24efea28300d53bbc098d27d322c",
|
sha256 = "f6d65480241ec0fd7a0d01f432938b97d7395aeb8eefbe859bb877c9b4eafa56",
|
||||||
strip_prefix = "repo-infra-f85734f673056977d8ba04b0386394b684ca2acb",
|
strip_prefix = "repo-infra-9f4571ad7242bf3ec4b47365062498c2528f9a5f",
|
||||||
urls = mirror("https://github.com/kubernetes/repo-infra/archive/f85734f673056977d8ba04b0386394b684ca2acb.tar.gz"),
|
urls = mirror("https://github.com/kubernetes/repo-infra/archive/9f4571ad7242bf3ec4b47365062498c2528f9a5f.tar.gz"),
|
||||||
)
|
)
|
||||||
|
|
||||||
http_archive(
|
http_archive(
|
||||||
|
Loading…
Reference in New Issue
Block a user