[macos] cleanup Homebrew cache after image generation (#8182)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash -e -o pipefail
|
||||
###########################################################################
|
||||
# The script removes local Homebrew cache
|
||||
#
|
||||
###########################################################################
|
||||
|
||||
rm -rf "$(brew --cache)"
|
||||
Reference in New Issue
Block a user