Don't generate matrix assets on CircleCI (#3034)

We already do this in the buildkite pipeline, so doing so in CircleCI is just
duplicate work.
This commit is contained in:
Andrew Morgan 2021-02-27 01:39:04 +00:00 committed by Richard van der Hoff
parent 5d275ab79e
commit 25605b65a3
2 changed files with 2 additions and 12 deletions

View file

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