Skip to content

Commit

Permalink
ci_deploy.sh: remove debug info at the end of script
Browse files Browse the repository at this point in the history
This was printing a lot of debug info
from travis infrastructure.
  • Loading branch information
lerwys committed Jan 16, 2017
1 parent 8784a8a commit 9afb746
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ if [ "$DEPLOY" = "yes" ]; then
sha1sum ${TOPDIR}/build/release/*.rpm > SHA1SUMS
cd -
fi

set +x

0 comments on commit 9afb746

Please sign in to comment.