Merge pull request #30738 from caesarxuchao/copy-keep-vendor
Automatic merge from submit-queue Keep vendor/ and Godep/ when creating the staging client, add a readme In copy.sh, instead of removing the vendor/, moving it to _vendor. vendor/ is needed when we publish the staging client to its own repository.
This commit is contained in:
@@ -260,6 +260,7 @@ kube::util::gen-analytics() {
|
||||
mdfiles=($( find "${dir}" -name "*.md" -type f \
|
||||
-not -path '*/\.*' \
|
||||
-not -path "${path}/vendor/*" \
|
||||
-not -path "${path}/staging/*" \
|
||||
-not -path "${path}/third_party/*" \
|
||||
-not -path "${path}/_gopath/*" \
|
||||
-not -path "${path}/_output/*" \
|
||||
|
Reference in New Issue
Block a user