Skip to content

Commit

Permalink
Remove redundant CircleCI step command. Buildkite runs the same already
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Feb 19, 2021
1 parent d134d6e commit fb00366
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,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: |
Expand Down Expand Up @@ -83,7 +77,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-legacy-docs:
docker:
- image: uhoreg/matrix-doc-build
Expand Down

0 comments on commit fb00366

Please sign in to comment.