mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 11:28:58 +00:00
Merge pull request #136927 from BenTheElder/clean-fix
add dockerized go cache chmod to `make clean`
This commit is contained in:
@@ -345,6 +345,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