mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-04 01:09:37 +00:00
try fix
This commit is contained in:
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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user