Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Oct 18, 2024
1 parent 06bbbd2 commit b7817e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/capi/scripts/ci-goss-populate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7817e2

Please sign in to comment.