mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-09-01 00:00:35 -04:00
do not build documentation if tests fail
This commit is contained in:
parent
b2cc1c8d4a
commit
81d7a1714f
@ -10,7 +10,7 @@ RET=$?
|
||||
|
||||
RUBY_VERSION=`ruby -e 'puts RUBY_VERSION'`
|
||||
|
||||
if [[ ${RUBY_VERSION:0:3} = "2.5" ]]; then
|
||||
if [[ $RET = 0 ]] && [[ ${RUBY_VERSION:0:3} = "2.5" ]]; then
|
||||
bundle exec rake website_rdoc && \
|
||||
cd www && bundle install && \
|
||||
bundle exec jekyll build -d public
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user