0
0
Fork 0
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. ()

Co-authored-by: Costa Tsaousis <costa@netdata.cloud>
This commit is contained in:
Austin S. Hemmelgarn 2025-03-31 17:29:22 -04:00 committed by GitHub
parent cfd5bbe1f9
commit f3702110bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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