mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-28 14:44:36 +00:00
typoerrors
This commit is contained in:
parent
7224b10269
commit
a9fdae3d00
@ -308,14 +308,14 @@ class Make(BaseModule):
|
||||
|
||||
factory.addStep(
|
||||
self.generateStep("git clean -xdf",
|
||||
platform,
|
||||
self.platform,
|
||||
'Clean',
|
||||
lambda step: True)
|
||||
)
|
||||
|
||||
factory.addStep(
|
||||
self.generateStep("git submodules foreach --recursive git clean -xdf",
|
||||
platform,
|
||||
self.platform,
|
||||
'Clean submodules',
|
||||
lambda step: True)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user