Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Jun 15, 2024
1 parent a40856e commit e85d5f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ if [ -z "$BINDPLANE_VERSION" ]; then
echo "Usage: $0 <BINDPLANE_VERSION>"
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
Expand Down

0 comments on commit e85d5f3

Please sign in to comment.