Fix grep on koji list command

Signed-off-by: Diego Herrera <dherrera@redhat.com>
This commit is contained in:
Diego Herrera 2025-03-10 14:21:08 -03:00
parent bd17b50127
commit 6eae406dd1

View file

@ -23,7 +23,7 @@ List all running tasks and select only those relevant for current branching.
[source,bash,subs="attributes"]
----
$ koji list-builds --state=0 --type=rpm | grep epel{epel_major} | awk '{print $1}'
$ koji list-builds --state=0 --type=rpm | grep el{epel_major}_0 | awk '{print $1}'
----
Cancel each of those tasks