mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +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 \( \
|
-not \( \
|
||||||
\( -path ./_\* -o \
|
\( -path ./_\* -o \
|
||||||
-path ./.git\* -o \
|
-path ./.git\* -o \
|
||||||
-path ./.config/\* -o \
|
-path ./.config\* -o \
|
||||||
-path ./.gsutil/\* \
|
-path ./.gsutil\* \
|
||||||
\) -prune \
|
\) -prune \
|
||||||
\))
|
\))
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user