delete asm branches again

This commit is contained in:
Daniel Donenfeld 2019-02-27 11:58:49 -08:00
parent 383b32e169
commit 0978c7bcf5

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"
}
}
}