Temporarily turn off asm branch cleanup

This commit is contained in:
Daniel Donenfeld 2019-02-27 11:18:12 -08:00
parent c1697529d2
commit 3168cbd7fb

View File

@ -166,7 +166,7 @@ on_finish:
$branchName = "asm/$($env:APPVEYOR_REPO_COMMIT)/appveyor-$($_.jobId)"
git ls-remote --heads --exit-code https://github.com/dadonenf/GSL.git $branchName
if($?){
cmd.exe /c "git push origin --delete asm/$($env:APPVEYOR_REPO_COMMIT)/appveyor-$($_.jobId) 2>&1"
# cmd.exe /c "git push origin --delete asm/$($env:APPVEYOR_REPO_COMMIT)/appveyor-$($_.jobId) 2>&1"
}
}
}