mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-04 17:29:37 +00:00
fix url
This commit is contained in:
parent
fce6e7f2cf
commit
17a6beeb8a
@ -261,7 +261,7 @@ def getFactory():
|
|||||||
|
|
||||||
factory.addStep(
|
factory.addStep(
|
||||||
steps.DirectoryUpload(
|
steps.DirectoryUpload(
|
||||||
workersrc = util.Interpolate('build/%(prop:copyFolder)s'),
|
workersrc = util.Interpolate('%(prop:copyFolder)s'),
|
||||||
masterdest = destDir,
|
masterdest = destDir,
|
||||||
url = destDirUrl,
|
url = destDirUrl,
|
||||||
doStepIf = lambda step : isDeploy(step),
|
doStepIf = lambda step : isDeploy(step),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user