ljadslkjdsalkj
This commit is contained in:
3
justfile
3
justfile
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user