mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-08 03:09:35 +00:00
fix stepfactory typo error
This commit is contained in:
parent
48366c3cfe
commit
e5b192aaa5
@ -22,7 +22,7 @@ class StepFactory:
|
||||
|
||||
def source(self):
|
||||
factory = util.BuildFactory()
|
||||
for step in array:
|
||||
for step in self.array:
|
||||
factory.addStep(step)
|
||||
|
||||
factory.workdir = self.pwd
|
||||
|
Loading…
x
Reference in New Issue
Block a user