This commit is contained in:
Andrei Yankovich 2022-10-21 22:02:22 +03:00
parent de39a320ba
commit 5d5823890f

View File

@ -350,7 +350,7 @@ class Make(BaseModule):
steps.FileUpload(
workersrc=util.Interpolate('%(prop:copyCustomArtifact)s'),
masterdest=self.getWraper(lambda step:
self.destDir(step) + "/" + os.path.basename(util.Interpolate('%(prop:copyCustomArtifact)s'))
self.destDir(step) + "/" + os.path.basename(step.getProperty('copyCustomArtifact'))
),
url=self.getWraper(self.destDirUrl),
doStepIf=self.getWraper(self.isCopyArtefact),