forked from libre-chip/grant-tracking
propagate error from check_issue
This commit is contained in:
parent
46872eabb8
commit
96813854cc
1 changed files with 4 additions and 1 deletions
|
|
@ -263,7 +263,10 @@ function check_progress()
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if [[ "$nlnet_id" != "YYYY-MM-ID" ]]; then
|
if [[ "$nlnet_id" != "YYYY-MM-ID" ]]; then
|
||||||
check_issue "$issue_number2" "$nlnet_id" "$subtask_title" "$subtask_body" || diag "note:" -line_index="$subtask_line_index" "issue is linked from here"
|
check_issue "$issue_number2" "$nlnet_id" "$subtask_title" "$subtask_body" || {
|
||||||
|
diag "note:" -line_index="$subtask_line_index" "issue is linked from here"
|
||||||
|
any_errors=1
|
||||||
|
}
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
(( subtasks_total == task_amount )) || \
|
(( subtasks_total == task_amount )) || \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue