4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-05-04 01:09:37 +00:00
This commit is contained in:
Andrei Yankovich 2022-10-21 22:02:22 +03:00
parent de39a320ba
commit 5d5823890f

@ -350,7 +350,7 @@ class Make(BaseModule):
steps.FileUpload( steps.FileUpload(
workersrc=util.Interpolate('%(prop:copyCustomArtifact)s'), workersrc=util.Interpolate('%(prop:copyCustomArtifact)s'),
masterdest=self.getWraper(lambda step: 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), url=self.getWraper(self.destDirUrl),
doStepIf=self.getWraper(self.isCopyArtefact), doStepIf=self.getWraper(self.isCopyArtefact),