Don't generate proposals.rst in Circle CI

This commit is contained in:
Travis Ralston 2018-08-30 10:29:59 -06:00
parent ab14f33060
commit ecd3ce39e5

View file

@ -8,8 +8,11 @@ cd `dirname $0`/..
mkdir -p assets
# generate specification/proposals.rst
./scripts/proposals.py
if [ "$CIRCLECI" != "true" ]
then
# generate specification/proposals.rst
./scripts/proposals.py
fi
# generate the spec docs
./scripts/gendoc.py -d assets/spec