Disable 2.81 from nightly schedule

This commit is contained in:
2019-11-20 16:45:44 +01:00
parent adbc6ebcea
commit 6baa608419

View File

@@ -4,7 +4,10 @@
# <pep8 compliant>
# List of the branches being built automatically overnight
NIGHT_SCHEDULE_BRANCHES = ["master", "blender-v2.81-release"]
NIGHT_SCHEDULE_BRANCHES = [
"master",
# "blender-v2.81-release",
]
# Dictionary that the buildmaster pays attention to.
c = BuildmasterConfig = {}