mirror of
https://github.com/reactos/web-playground-config.git
synced 2024-11-23 03:29:41 +00:00
Supply the now required branch parameter to the "build" script.
This commit is contained in:
parent
0007bd48ad
commit
c082d60e6e
@ -122,7 +122,7 @@ scripts_root = "../../"
|
||||
|
||||
Build = util.BuildFactory()
|
||||
Build.addStep(steps.GitHub(repourl='https://github.com/reactos/web-content.git', mode='full', haltOnFailure=True))
|
||||
Build.addStep(steps.ShellCommand(name="build", command=[scripts_root + "build"], haltOnFailure=True))
|
||||
Build.addStep(steps.ShellCommand(name="build", command=[scripts_root + "build", util.WithProperties('%(branch)s')], haltOnFailure=True))
|
||||
Build.addStep(steps.ShellCommand(name="deploy", command=[scripts_root + "deploy", util.WithProperties('%(branch)s'), util.WithProperties('%(author)s')], haltOnFailure=True))
|
||||
|
||||
c['builders'] = [
|
||||
|
Loading…
Reference in New Issue
Block a user