fix download step

This commit is contained in:
Andrei Yankovich 2022-10-21 21:23:50 +03:00
parent 91fe69a11c
commit ead619254e

View File

@ -346,7 +346,7 @@ class Make(BaseModule):
factory.addStep(
steps.FileDownload(
workersrc=util.Interpolate('%(prop:copyCustomArtifact)s'),
masterdest=self.getWraper(lambda step:
mastersrc=self.getWraper(lambda step:
self.destDir(step) + "/" + os.path.basename(util.Interpolate('%(prop:copyCustomArtifact)s'))
),
url=self.getWraper(self.destDirUrl),