Merge pull request #1627 from matrix-org/travis/general/dont-build-proposals

Don't generate proposals.rst in Circle CI
pull/1557/head^2
Richard van der Hoff 6 years ago committed by GitHub
commit 20c9829f56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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