From e85d5f3346805c3357dfa7c8e524d0f2ff66d5c0 Mon Sep 17 00:00:00 2001 From: Joe Sirianni Date: Sat, 15 Jun 2024 14:05:00 -0400 Subject: [PATCH] debug --- .github/workflows/scripts/init.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/scripts/init.sh b/.github/workflows/scripts/init.sh index 1ae6085..d083268 100755 --- a/.github/workflows/scripts/init.sh +++ b/.github/workflows/scripts/init.sh @@ -13,6 +13,8 @@ if [ -z "$BINDPLANE_VERSION" ]; then echo "Usage: $0 " fi +echo "Initializing BindPlane $BINDPLANE_VERSION" + if [[ $(printf '%s\n' "$BINDPLANE_VERSION" "1.58.0" | sort -V | head -n1) == "1.58.0" && "$BINDPLANE_VERSION" != "1.58.0" ]]; then ORGS=true elif [[ "$BINDPLANE_VERSION" == "latest" ]]; then