Update auto branch detection for 26100
This commit is contained in:
parent
092e968f0c
commit
42c1c12405
@ -16,7 +16,7 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
function uupApiVersion() {
|
function uupApiVersion() {
|
||||||
return '1.44.1';
|
return '1.44.2';
|
||||||
}
|
}
|
||||||
|
|
||||||
require_once dirname(__FILE__).'/auths.php';
|
require_once dirname(__FILE__).'/auths.php';
|
||||||
|
@ -293,6 +293,10 @@ function branchFromBuild($build) {
|
|||||||
$branch = 'zn_release';
|
$branch = 'zn_release';
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 26100:
|
||||||
|
$branch = 'ge_release';
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
$branch = 'rs_prerelease';
|
$branch = 'rs_prerelease';
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user