This commit is contained in:
Andrei Yankovich 2019-09-26 17:33:36 +03:00
parent fce6e7f2cf
commit 17a6beeb8a

View File

@ -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),