Try changing cherry-pick into origin/...

This commit is contained in:
Daniel Donenfeld 2019-02-16 21:30:38 -08:00
parent c53294b92a
commit 54cf763ab1

View File

@ -19,7 +19,7 @@ function collectAsm {
}
# Use cherry-pick as the asm branches only have a single commit
cmd.exe /c "git cherry-pick $($branchName) 2>&1"
cmd.exe /c "git cherry-pick origin/$($branchName) 2>&1"
if(-not $?){
throw "Failed merge of $($branchName)"
}