Merge pull request #36459 from ixdy/fix-source-tarball

Automatic merge from submit-queue

Fix find pattern in generating kubernetes src tarball

#36407 wasn't supposed to merge. This fixes a small issue in it.
This commit is contained in:
Kubernetes Submit Queue
2016-11-08 14:00:06 -08:00
committed by GitHub

View File

@@ -103,8 +103,8 @@ function kube::release::package_src_tarball() {
-not \( \
\( -path ./_\* -o \
-path ./.git\* -o \
-path ./.config/\* -o \
-path ./.gsutil/\* \
-path ./.config\* -o \
-path ./.gsutil\* \
\) -prune \
\))
)