From ddbb5ff193da8e0e0b605734b66f720fda527987 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 11 Oct 2021 12:25:36 -0300 Subject: [PATCH] Revert "process.sh: fetch bugs" This reverts commit 4d272eb057127d134db9380ab0872cbf3e88749b. --- process.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/process.sh b/process.sh index bdfea1e..6979d91 100755 --- a/process.sh +++ b/process.sh @@ -3,7 +3,6 @@ set -eu for todo in $@; do - cqa-fetchbugs --TODO="${todo}" cqa-annotate \ --template=template.txt.jinja2 \ --TODO="${todo}" -- GitLab