refactor: unify flow branches usage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user