Don't generate proposals.rst in Circle CI

pull/977/head
Travis Ralston 6 years ago
parent ab14f33060
commit ecd3ce39e5

@ -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

Loading…
Cancel
Save