Changing default branch to master
This commit is contained in:
parent
901a64fdd4
commit
4d9f75fe4d
|
@ -7,7 +7,7 @@ Param(
|
||||||
|
|
||||||
if ($branch -eq "<default>")
|
if ($branch -eq "<default>")
|
||||||
{
|
{
|
||||||
$branch = "teamcity";
|
$branch = "master";
|
||||||
}
|
}
|
||||||
|
|
||||||
Write-Host $branch;
|
Write-Host $branch;
|
||||||
|
|
Loading…
Reference in New Issue