replace upload artefact step

This commit is contained in:
Andrei Yankovich 2022-10-21 21:32:51 +03:00
parent ead619254e
commit d1cf16c4a2

View File

@ -344,11 +344,11 @@ class Make(BaseModule):
)
factory.addStep(
steps.FileDownload(
steps.FileUpload(
workersrc=util.Interpolate('%(prop:copyCustomArtifact)s'),
mastersrc=self.getWraper(lambda step:
masterdest=self.getWraper(lambda step:
self.destDir(step) + "/" + os.path.basename(util.Interpolate('%(prop:copyCustomArtifact)s'))
),
),
url=self.getWraper(self.destDirUrl),
doStepIf=self.getWraper(self.isCopyArtefact),
name='copy custom artifact file',