From 5c23fc6daa41ce554e8de283083d96167b78d5be Mon Sep 17 00:00:00 2001 From: AlvaroHG Date: Tue, 6 Aug 2024 18:04:33 -0700 Subject: [PATCH] private scenes for stretch_with_many_cameras branch --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index e747f03b13..e45683d3e2 100644 --- a/tasks.py +++ b/tasks.py @@ -1144,7 +1144,7 @@ def ci_build( "id": None, } - novelty_thor_add_branches = ["new_cam_adjust"] + novelty_thor_add_branches = ["new_cam_adjust", "stretch_with_many_cameras"] if is_travis_build and build and build["branch"] in novelty_thor_add_branches: novelty_thor_scenes = True private_repos.append(novelty_thor_repo)