mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-26 13:54:31 +00:00
fix deploy artefact files
This commit is contained in:
parent
68d1236930
commit
91fe69a11c
@ -346,7 +346,9 @@ class Make(BaseModule):
|
||||
factory.addStep(
|
||||
steps.FileDownload(
|
||||
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),
|
||||
doStepIf=self.getWraper(self.isCopyArtefact),
|
||||
name='copy custom artifact file',
|
||||
|
Loading…
x
Reference in New Issue
Block a user