From b7817e20caf9ad5d714276eda720260f3d7ecbe1 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Fri, 18 Oct 2024 16:11:54 -0600 Subject: [PATCH] More debug --- images/capi/scripts/ci-goss-populate.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/images/capi/scripts/ci-goss-populate.sh b/images/capi/scripts/ci-goss-populate.sh index 9d84bb1d8e..5e4398569e 100755 --- a/images/capi/scripts/ci-goss-populate.sh +++ b/images/capi/scripts/ci-goss-populate.sh @@ -28,10 +28,12 @@ cd "${CAPI_ROOT}" || exit 1 source hack/utils.sh ensure_py3 -_version="v0.3.16" +_version="v0.4.9" _bin_url="https://github.com/aelsabbahy/goss/releases/download/${_version}/goss-linux-amd64" if ! command -v goss >/dev/null 2>&1; then + echo "HOSTORY: ${HOSTOS}" + env if [[ ${HOSTOS} == "linux" ]]; then curl -SsL "${_bin_url}" -o goss chmod +x goss