4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-05-04 01:09:37 +00:00
This commit is contained in:
Andrei Yankovich 2019-09-26 17:33:36 +03:00
parent fce6e7f2cf
commit 17a6beeb8a

@ -261,7 +261,7 @@ def getFactory():
factory.addStep(
steps.DirectoryUpload(
workersrc = util.Interpolate('build/%(prop:copyFolder)s'),
workersrc = util.Interpolate('%(prop:copyFolder)s'),
masterdest = destDir,
url = destDirUrl,
doStepIf = lambda step : isDeploy(step),