suppress output of git push

This commit is contained in:
Trevor Batley 2023-06-01 21:23:51 +10:00
parent 2f9f37775e
commit 9a645a516c

View File

@ -285,7 +285,7 @@ if [ -e archivefilename ] ; then git rm archivefilename $QUIET ; fi
# - if there is an e-smith-<pkg>-update event rename to smeserver-<pkg>-update and add symlink
git commit -m "rename-e-smith-pkg script (#12359)" $QUIET
git push $QUIET
git push origin &> /dev/null
#Convert repository to a Regular Repository (rather than fork)
#Can't do via API call ATM, so leave a message