Skip to content

Commit 4594db5

Browse files
committed
per branch
1 parent fa47edd commit 4594db5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/release/branch_detection.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ def get_current_branch() -> Optional[str]:
1919
2020
In Evergreen CI:
2121
- For patch builds: tries to detect the original branch (not evg-pr-test-* branches)
22-
- For master builds: returns the actual branch name
23-
- Falls back to 'master' if detection fails
22+
- For master builds: returns master
2423
2524
:return: branch name or 'master' as fallback
2625
"""

0 commit comments

Comments
 (0)