mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 02:06:23 +00:00
Merge pull request #136929 from BenTheElder/1.35-clean-fix
1.35: add dockerized go cache chmod to `make clean`
This commit is contained in:
@@ -348,6 +348,9 @@ function kube::build::clean() {
|
||||
if [[ -d "${LOCAL_OUTPUT_ROOT}/local/go/cache" ]]; then
|
||||
chmod -R +w "${LOCAL_OUTPUT_ROOT}/local/go/cache"
|
||||
fi
|
||||
if [[ -d "${LOCAL_OUTPUT_ROOT}/dockerized/go/cache" ]]; then
|
||||
chmod -R +w "${LOCAL_OUTPUT_ROOT}/dockerized/go/cache"
|
||||
fi
|
||||
rm -rf "${LOCAL_OUTPUT_ROOT}"
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user