mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-26 05:44:31 +00:00
try fix
This commit is contained in:
parent
de39a320ba
commit
5d5823890f
@ -350,7 +350,7 @@ class Make(BaseModule):
|
||||
steps.FileUpload(
|
||||
workersrc=util.Interpolate('%(prop:copyCustomArtifact)s'),
|
||||
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),
|
||||
doStepIf=self.getWraper(self.isCopyArtefact),
|
||||
|
Loading…
x
Reference in New Issue
Block a user