mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
installer: use release-mici for comma four
This commit is contained in:
@@ -66,6 +66,12 @@ void branchMigration() {
|
||||
} else if (BRANCH_STR == "release3-staging") {
|
||||
migrated_branch = "release-tizi-staging";
|
||||
}
|
||||
} else if (device_type == cereal::InitData::DeviceType::MICI) {
|
||||
if (BRANCH_STR == "release3") {
|
||||
migrated_branch = "release-mici";
|
||||
} else if (BRANCH_STR == "release3-staging") {
|
||||
migrated_branch = "release-mici-staging";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user