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:
Kubernetes Submit Queue 2016-12-15 13:57:20 -08:00 committed by GitHub
commit 853fcc393e
4 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ go_prefix("k8s.io/kubernetes")
gcs_upload(
name = "ci-artifacts",
data = [
"//build-tools/debs",
"//build/debs",
],
)