mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-26 05:44:31 +00:00
fix download step
This commit is contained in:
parent
91fe69a11c
commit
ead619254e
@ -346,7 +346,7 @@ class Make(BaseModule):
|
||||
factory.addStep(
|
||||
steps.FileDownload(
|
||||
workersrc=util.Interpolate('%(prop:copyCustomArtifact)s'),
|
||||
masterdest=self.getWraper(lambda step:
|
||||
mastersrc=self.getWraper(lambda step:
|
||||
self.destDir(step) + "/" + os.path.basename(util.Interpolate('%(prop:copyCustomArtifact)s'))
|
||||
),
|
||||
url=self.getWraper(self.destDirUrl),
|
||||
|
Loading…
x
Reference in New Issue
Block a user