mirror of
https://git.uupdump.net/uup-dump/api.git
synced 2025-10-02 10:40:47 +00:00
Update auto branch detection for 26100
This commit is contained in:
@@ -293,6 +293,10 @@ function branchFromBuild($build) {
|
||||
$branch = 'zn_release';
|
||||
break;
|
||||
|
||||
case 26100:
|
||||
$branch = 'ge_release';
|
||||
break;
|
||||
|
||||
default:
|
||||
$branch = 'rs_prerelease';
|
||||
break;
|
||||
|
Reference in New Issue
Block a user