mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 06:01:50 +00:00
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:
@@ -103,8 +103,8 @@ function kube::release::package_src_tarball() {
|
|||||||
-not \( \
|
-not \( \
|
||||||
\( -path ./_\* -o \
|
\( -path ./_\* -o \
|
||||||
-path ./.git\* -o \
|
-path ./.git\* -o \
|
||||||
-path ./.config/\* -o \
|
-path ./.config\* -o \
|
||||||
-path ./.gsutil/\* \
|
-path ./.gsutil\* \
|
||||||
\) -prune \
|
\) -prune \
|
||||||
\))
|
\))
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user