rm test code

Bel LaPointe 2022-01-01 17:14:03 -05:00
parent b4aa4ad310
commit 3554bf8ba4
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ TODO_SERVER_LIST="${TODO_SERVER_LIST:-"2548023766"}"
main() {
set -e
set -o pipefail
COMPL=1 LOOPING=1 fetch_tasks_in_list | format_tasks_in_list
return 0
local tasks_in_todo="$(fetch_tasks_in_list | format_tasks_in_list)"
local schedule_tasks_in_flight="$(COMPL=1 LOOPING=1 fetch_tasks_in_list | format_tasks_in_list)"
echo "{\"todo\": $tasks_in_todo, \"scheduled\": $schedule_tasks_in_flight, \"done\": []}" | yq -P eval -