Fix script target
This commit is contained in:
parent
a32e7dc18b
commit
9f6531b547
|
|
@ -103,7 +103,7 @@ Write-Host "Loading deps from $depsPath"
|
|||
[xml] $dependencies = LoadXml $depsPath
|
||||
|
||||
$remote = "origin"
|
||||
$baseBranch = "dev"
|
||||
$baseBranch = "release/2.1"
|
||||
|
||||
$currentBranch = Invoke-Block { & git rev-parse --abbrev-ref HEAD }
|
||||
$destinationBranch = "rybrande/UpgradeDepsTest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue