[ci] actually unmask the logs

This commit is contained in:
JAremko 2021-07-12 18:20:30 +03:00 committed by Eugene Yaremenko
parent 97ad6bad3f
commit a2ab0a0233
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ echo_headline "Pushing changes"
# so in this case bot token shouldn't leak. But be careful.
# I had to unmask the command output because it's too hard to debug
# without logs - a lot of different things may fail.
hub push -f "${UPD_BOT_LOGIN}" "${PUBLISH}" > /dev/null 2>&1
hub push -f "${UPD_BOT_LOGIN}" "${PUBLISH}"
if [ $? -ne 0 ]; then
echo "hub push failed"
exit 2