mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
rollout track
This commit is contained in:
parent
dd511ba365
commit
b7df2d5441
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ namespace Bit.Publisher
|
||||||
{
|
{
|
||||||
_track = "production";
|
_track = "production";
|
||||||
}
|
}
|
||||||
|
else if(args[2] == "r")
|
||||||
|
{
|
||||||
|
_track = "rollout";
|
||||||
|
}
|
||||||
else if(args[2] == "i")
|
else if(args[2] == "i")
|
||||||
{
|
{
|
||||||
_track = "internal";
|
_track = "internal";
|
||||||
|
|
Loading…
Reference in a new issue