mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
Merge pull request #38829 from ixdy/build-tools-rename-back
Automatic merge from submit-queue (batch tested with PRs 38788, 38821, 38829) Rename build-tools/debs to build/debs **What this PR does / why we need it**: PR #36129 merged after #38736, and thus created a few files under `build-tools/debs`, which then confused the test and release infra. cc @madhusudancs @nikhiljindal
This commit is contained in:
commit
853fcc393e
@ -10,6 +10,6 @@ go_prefix("k8s.io/kubernetes")
|
|||||||
gcs_upload(
|
gcs_upload(
|
||||||
name = "ci-artifacts",
|
name = "ci-artifacts",
|
||||||
data = [
|
data = [
|
||||||
"//build-tools/debs",
|
"//build/debs",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user