Fix removing archive. Push new branch if builder not Nico.

This commit is contained in:
Darko Poljak 2016-07-16 00:07:13 +02:00
commit ec425be624
2 changed files with 4 additions and 2 deletions

View file

@ -225,7 +225,7 @@ eof
|| exit 1
# remove generated files (archive and asc)
if [ $# -ge 2]
if [ $# -eq 2]
then
rm -f "${archivename}"
fi