mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 11:13:48 +00:00
parallalize the apidiff dump
This commit is contained in:
parent
affafd906d
commit
f92bde1894
@ -158,8 +158,9 @@ run () {
|
|||||||
(
|
(
|
||||||
cd "${d}"
|
cd "${d}"
|
||||||
apidiff -m -w "${out}/$(output_name "${d}")" .
|
apidiff -m -w "${out}/$(output_name "${d}")" .
|
||||||
)
|
) &
|
||||||
done
|
done
|
||||||
|
wait
|
||||||
}
|
}
|
||||||
|
|
||||||
# inWorktree checks out a specific revision, then invokes the given
|
# inWorktree checks out a specific revision, then invokes the given
|
||||||
|
Loading…
Reference in New Issue
Block a user