Skip to content

Commit

Permalink
Adding more verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico J. Fernandez committed Apr 4, 2017
1 parent f1c2af5 commit 68f9c50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,7 @@ if [ "$TRAVIS_REPO_SLUG" == "UDST/osmnet" ] && \

git commit -am "Update dev docs after building $TRAVIS_BUILD_NUMBER"
echo "Pushing commit"
git push -fq origin gh-pages > /dev/null 2>&1
git push -fq origin gh-pages
echo "Commit pushed"
#> /dev/null 2>&1
fi

0 comments on commit 68f9c50

Please sign in to comment.