diff --git a/asm/scripts/deploy-asm.ps1 b/asm/scripts/deploy-asm.ps1 index 5fca9aa..0c009f8 100644 --- a/asm/scripts/deploy-asm.ps1 +++ b/asm/scripts/deploy-asm.ps1 @@ -120,9 +120,10 @@ function collectAsm { } git checkout $branchName 2>&1 + git pull 2>&1 - #Add origin branch to the branch list - $branchName = "origin/"+$branchName + #Add branch to the branch list + # $branchName = "origin/"+$branchName $asmBranches += $branchName }