mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-26 05:44:31 +00:00
replace upload artefact step
This commit is contained in:
parent
ead619254e
commit
d1cf16c4a2
@ -344,11 +344,11 @@ class Make(BaseModule):
|
||||
)
|
||||
|
||||
factory.addStep(
|
||||
steps.FileDownload(
|
||||
steps.FileUpload(
|
||||
workersrc=util.Interpolate('%(prop:copyCustomArtifact)s'),
|
||||
mastersrc=self.getWraper(lambda step:
|
||||
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