mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-08 19:29:35 +00:00
steps
This commit is contained in:
parent
5553e1fbef
commit
0ff555d92d
@ -269,7 +269,7 @@ class Make(BaseModule):
|
|||||||
def doForce(steps):
|
def doForce(steps):
|
||||||
return getPreviousStepStatus(steps)
|
return getPreviousStepStatus(steps)
|
||||||
|
|
||||||
factory.addStep(
|
factory.addSteps([
|
||||||
steps.Git(
|
steps.Git(
|
||||||
repourl=util.Interpolate('%(prop:repository)s'),
|
repourl=util.Interpolate('%(prop:repository)s'),
|
||||||
branch=util.Interpolate('%(prop:branch)s'),
|
branch=util.Interpolate('%(prop:branch)s'),
|
||||||
@ -293,6 +293,7 @@ class Make(BaseModule):
|
|||||||
description='operations of git like pull clone' +
|
description='operations of git like pull clone' +
|
||||||
'fetch (force remove all old data)',
|
'fetch (force remove all old data)',
|
||||||
)
|
)
|
||||||
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
# factory.addStep(self.checkSupportedBuildSystems())
|
# factory.addStep(self.checkSupportedBuildSystems())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user