Attempt to fix wrong buildinfo in master builds

This commit is contained in:
2019-06-18 17:36:56 +02:00
parent de4b499e3e
commit f494bad59b

View File

@@ -4,7 +4,7 @@
# <pep8 compliant>
# List of the branches being built automatically overnight
NIGHT_SCHEDULE_BRANCHES = [None, "blender2.7"]
NIGHT_SCHEDULE_BRANCHES = ["master", "blender2.7"]
# List of the branches available for force build
FORCE_SCHEDULE_BRANCHES = ["master", "blender2.7", "experimental-build"]