mirror of
https://github.com/netdata/netdata.git
synced 2025-04-13 17:19:11 +00:00
Properly clean up install paths after runtime checks in static builds. (#20017)
Co-authored-by: Costa Tsaousis <costa@netdata.cloud>
This commit is contained in:
parent
cfd5bbe1f9
commit
f3702110bd
1 changed files with 2 additions and 0 deletions
|
@ -26,5 +26,7 @@ fi
|
|||
|
||||
trap - EXIT
|
||||
|
||||
run rm -rv "${NETDATA_INSTALL_PATH}/var/lib/netdata" "${NETDATA_INSTALL_PATH}/var/cache/netdata"
|
||||
|
||||
# shellcheck disable=SC2015
|
||||
[ "${GITHUB_ACTIONS}" = "true" ] && echo "::endgroup::" || true
|
||||
|
|
Loading…
Add table
Reference in a new issue