mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Fix find pattern in generating kubernetes src tarball
This commit is contained in:
parent
03348bb811
commit
cd26a7fc5d
@ -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 \
|
||||
\))
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user