Skip to content

Commit

Permalink
Private scenes for branches
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroHG committed Aug 10, 2024
1 parent b20c5da commit 0e32228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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", "stretch_with_many_cameras_no_down_gopro_roll"]
if is_travis_build and build and build["branch"] in novelty_thor_add_branches:
novelty_thor_scenes = True
private_repos.append(novelty_thor_repo)
Expand Down

0 comments on commit 0e32228

Please sign in to comment.