taskotron-dev: don't run runtask with sudo

sudo was added just locally for testing, I forgot about it
This commit is contained in:
Kamil Páral 2019-02-08 10:37:04 +01:00
parent 2be54e5e6c
commit 622a823b7a

View file

@ -178,7 +178,7 @@ factory.addStep(steps.Git(
# run the runner
factory.addStep(steps.ShellCommand(
command=['sudo', "runtask",
command=["runtask",
'-i', util.Interpolate('%(prop:item)s'),
'-t', util.Interpolate('%(prop:item_type)s'),
'-a', util.Interpolate('%(prop:arch)s'),