refactor: unify flow branches usage

This commit is contained in:
jt
2026-05-20 17:10:58 -03:00
parent 184b135886
commit be245114d5
6 changed files with 8 additions and 14 deletions
-1
View File
@@ -41,7 +41,6 @@ def branch(
ensure_initialized()
current_branch = Git.get_current_branch()
environments = flowconfig["flow.branches"].split(",")
if current_branch in environments:
current_environment = current_branch