Skip to content

Commit

Permalink
Removing exit 1
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmakkar08 committed Nov 4, 2016
1 parent 3a990a5 commit e1062f8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions update_documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,9 @@ git push ${PUSH_URL} && \
echo "Merge complete!" || \
echo "Error Occurred. Merge failed"

pip install -r requirements.txt && sphinx-apidoc -o docs -f voluptuous ||
echo "Sphinx not able to generate RST" && exit 1

pip install -r requirements.txt && sphinx-apidoc -o docs -f voluptuous &&
cd docs && make html ||
echo "Sphinx not able to generate HTML" && exit 1
echo "Sphinx not able to generate HTML"

git status && git add . &&
git commit -m "Auto updating documentation from $CURRENT_BRANCH" &&
Expand Down

0 comments on commit e1062f8

Please sign in to comment.