mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-08 03:09:35 +00:00
added clear step for windows
This commit is contained in:
parent
50a3837a3a
commit
9e40891944
@ -46,7 +46,6 @@ class Make(BaseModule):
|
||||
return m.hexdigest()
|
||||
|
||||
def destDir(self, props):
|
||||
|
||||
return self.home + '/shared/' + self.destDirPrivate(props)
|
||||
|
||||
def tempDir(self, props):
|
||||
@ -236,6 +235,12 @@ class Make(BaseModule):
|
||||
def getFactory(self):
|
||||
factory = super().getFactory()
|
||||
|
||||
if isWin():
|
||||
factory.addSteps([self.generateStep(["rm" "." "-rdf"],
|
||||
self.platform,
|
||||
'clear work dir',
|
||||
lambda step: True)]
|
||||
|
||||
factory.addStep(
|
||||
steps.Git(
|
||||
repourl=util.Interpolate('%(prop:repository)s'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user