Add branch for 19045

This commit is contained in:
abbodi1406 2022-07-01 19:34:49 +03:00 committed by GitHub
parent a3c35f89fa
commit e4b33f0465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,26 +213,15 @@ function branchFromBuild($build) {
break;
case 18362:
$branch = '19h1_release';
break;
case 18363: //a fake build based on 18362
case 18363:
$branch = '19h1_release';
break;
case 19041:
$branch = 'vb_release';
break;
case 19042: //a fake build based on 19041
$branch = 'vb_release';
break;
case 19043: //a fake build based on 19041
$branch = 'vb_release';
break;
case 19044: //a fake build based on 19041
case 19042:
case 19043:
case 19044:
case 19045:
$branch = 'vb_release';
break;