mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-26 13:54: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(
|
factory.addStep(
|
||||||
steps.FileDownload(
|
steps.FileUpload(
|
||||||
workersrc=util.Interpolate('%(prop:copyCustomArtifact)s'),
|
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'))
|
self.destDir(step) + "/" + os.path.basename(util.Interpolate('%(prop:copyCustomArtifact)s'))
|
||||||
),
|
),
|
||||||
url=self.getWraper(self.destDirUrl),
|
url=self.getWraper(self.destDirUrl),
|
||||||
doStepIf=self.getWraper(self.isCopyArtefact),
|
doStepIf=self.getWraper(self.isCopyArtefact),
|
||||||
name='copy custom artifact file',
|
name='copy custom artifact file',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user