From 11177cf2dc0f220f0657d8114ebdfabb428ebee1 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sep 02 2020 22:24:19 +0000 Subject: Good grief once more for the cheap seats in back Would someone please fire me Signed-off-by: Adam Williamson --- diff --git a/roles/openqa/dispatcher/files/schedule-fcos-builds.cron b/roles/openqa/dispatcher/files/schedule-fcos-builds.cron index e198c8b..aea0060 100644 --- a/roles/openqa/dispatcher/files/schedule-fcos-builds.cron +++ b/roles/openqa/dispatcher/files/schedule-fcos-builds.cron @@ -4,4 +4,4 @@ # various streams; if the current build has already been tested, # this will not create any new jobs -for stream in stable testing next; do /usr/local/bin/fedora-openqa fcosbuild $stream > /dev/null 2>&1 || /usr/bin/true; done +for stream in stable testing next; do /usr/local/bin/fedora-openqa fcosbuild --stream $stream > /dev/null 2>&1 || /usr/bin/true; done