Commit c8a57231 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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.
parents 860cae09 cd26a7fc
......@@ -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 \
\))
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment