mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-27 06:14:32 +00:00
fix deploy artefact files
This commit is contained in:
parent
68d1236930
commit
91fe69a11c
@ -346,7 +346,9 @@ class Make(BaseModule):
|
|||||||
factory.addStep(
|
factory.addStep(
|
||||||
steps.FileDownload(
|
steps.FileDownload(
|
||||||
workersrc=util.Interpolate('%(prop:copyCustomArtifact)s'),
|
workersrc=util.Interpolate('%(prop:copyCustomArtifact)s'),
|
||||||
masterdest=self.getWraper(self.destDir + "/" + os.path.basename(util.Interpolate('%(prop:copyCustomArtifact)s'))),
|
masterdest=self.getWraper(lambda step:
|
||||||
|
self.destDir(step) + "/" + os.path.basename(util.Interpolate('%(prop:copyCustomArtifact)s'))
|
||||||
|
),
|
||||||
url=self.getWraper(self.destDirUrl),
|
url=self.getWraper(self.destDirUrl),
|
||||||
doStepIf=self.getWraper(self.isCopyArtefact),
|
doStepIf=self.getWraper(self.isCopyArtefact),
|
||||||
name='copy custom artifact file',
|
name='copy custom artifact file',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user