ljadslkjdsalkj

This commit is contained in:
2025-03-24 17:44:28 +01:00
parent 2935a6e15f
commit 540933f653

View File

@@ -593,7 +593,8 @@ _mk_clean_list:
) | sort -u |
while IFS= read line; do
branch="$(cut <<<"$line" -c3-)"
if grep <<<"$branch" "$(just _upstream_release_branches '^' '$')" --quiet; then
if [[ "$branch" = "scratch" ]] \
|| grep <<<"$branch" "$(just _upstream_release_branches '^' '$')" --quiet; then
continue
fi
#jq <<<"$worktrees" '.branch'