diff --git a/.circleci/config.yml b/.circleci/config.yml index e3ac14d86..b629a0189 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,12 +30,6 @@ checkexamples: &checkexamples source /env/bin/activate scripts/check-event-schema-examples.py -genmatrixassets: &genmatrixassets - name: Generate/Verify matrix.org assets - command: | - source /env/bin/activate - ./scripts/generate-matrix-org-assets - validateapi: &validateapi name: Validate OpenAPI specifications command: | @@ -69,7 +63,6 @@ jobs: steps: - checkout - run: *checkexamples - - run: *genmatrixassets # We don't actually use the assets, but we do want to make sure they build build-docs: docker: - image: uhoreg/matrix-doc-build diff --git a/scripts/generate-matrix-org-assets b/scripts/generate-matrix-org-assets index 76032850a..ed08f81d3 100755 --- a/scripts/generate-matrix-org-assets +++ b/scripts/generate-matrix-org-assets @@ -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