taskotron-dev: don't run runtask with sudo
sudo was added just locally for testing, I forgot about it
This commit is contained in:
parent
2be54e5e6c
commit
622a823b7a
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ factory.addStep(steps.Git(
|
||||||
|
|
||||||
# run the runner
|
# run the runner
|
||||||
factory.addStep(steps.ShellCommand(
|
factory.addStep(steps.ShellCommand(
|
||||||
command=['sudo', "runtask",
|
command=["runtask",
|
||||||
'-i', util.Interpolate('%(prop:item)s'),
|
'-i', util.Interpolate('%(prop:item)s'),
|
||||||
'-t', util.Interpolate('%(prop:item_type)s'),
|
'-t', util.Interpolate('%(prop:item_type)s'),
|
||||||
'-a', util.Interpolate('%(prop:arch)s'),
|
'-a', util.Interpolate('%(prop:arch)s'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue