refactor: unify flow branches usage
This commit is contained in:
@@ -13,7 +13,6 @@ def merge():
|
||||
ensure_initialized()
|
||||
|
||||
branch = ensure_right_branch()
|
||||
environments = flowconfig["flow.branches"].split(",")
|
||||
|
||||
if branch in environments:
|
||||
if branch == environments[-1]:
|
||||
|
||||
Reference in New Issue
Block a user