master
sh 14 lines 435 Bytes
Raw
1 #!/usr/bin/env bash
2 # SPDX-License-Identifier: GPL-3.0-or-later
3
4 # shellcheck source=./packaging/makeself/functions.sh
5 . "${NETDATA_MAKESELF_PATH}"/functions.sh "${@}" || exit 1
6
7
8 # shellcheck disable=SC2015
9 [ "${GITHUB_ACTIONS}" = "true" ] && echo "::group::Netdata buildinfo" || true
10
11 run "${NETDATA_INSTALL_PATH}/bin/netdata" -W buildinfo
12
13 # shellcheck disable=SC2015
14 [ "${GITHUB_ACTIONS}" = "true" ] && echo "::endgroup::" || true