Skip to content

Commit

Permalink
Avoid wasting time with docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
pierky committed Dec 4, 2022
1 parent eb116dc commit 7e52f70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions utils/build_doc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ if [ ! -e "setup.py" ]; then
exit
fi

if [ -z "${SECRET_PEERINGDB_API_KEY}" ]; then
echo "SECRET_PEERINGDB_API_KEY must be set, but it isn't."
exit
fi

export PYTHONPATH="`pwd`"
ROOT="`pwd`"

Expand Down

0 comments on commit 7e52f70

Please sign in to comment.