Skip to content
Snippets Groups Projects
Verified Commit 73e061c8 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Remove redundant OpenAPI CI job

The SchemaView unit tests already take care of testing the full schema generation;
this job wastes some CI time doing what the tests already do and does not provide
anything more than what a unit test can do.
parent 3c7b9958
No related branches found
No related tags found
1 merge request!765Remove redundant OpenAPI CI job
......@@ -59,17 +59,6 @@ backend-migrations:
- pip install -e .
- arkindex/manage.py makemigrations --check --noinput --dry-run -v 3
backend-openapi:
extends: .backend-setup
stage: build
script:
- ci/openapi.sh
artifacts:
paths:
- output/
backend-static:
extends: .backend-setup
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment