mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-08 19:29:35 +00:00
fix cmd wraper
This commit is contained in:
parent
6ac636bab0
commit
5d058897ca
@ -115,7 +115,7 @@ class Make(BaseModule):
|
|||||||
if isinstance(cmd, list):
|
if isinstance(cmd, list):
|
||||||
return cmd
|
return cmd
|
||||||
|
|
||||||
return cmd(self, step)
|
return cmd(step)
|
||||||
|
|
||||||
res = steps.ShellCommand(
|
res = steps.ShellCommand(
|
||||||
command=cmdWraper,
|
command=cmdWraper,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user