4
0
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:
Andrei Yankovich 2021-07-19 20:03:01 +03:00
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