scripts_root moved down one more level with local workers.

This commit is contained in:
Colin Finck 2019-09-07 16:21:24 +02:00
parent c082d60e6e
commit 8e20b0f510
No known key found for this signature in database
GPG Key ID: 1BA74E70456BA1A9

View File

@ -118,7 +118,7 @@ c['schedulers'].append(schedulers.ForceScheduler(
####### BUILDERS
scripts_root = "../../"
scripts_root = "../../../"
Build = util.BuildFactory()
Build.addStep(steps.GitHub(repourl='https://github.com/reactos/web-content.git', mode='full', haltOnFailure=True))