Only swagger for /api/v1

This commit is contained in:
Georg Krause 2022-07-16 09:17:12 +02:00
commit 1fa648ecea
No known key found for this signature in database
GPG key ID: 2970D504B2183D22
3 changed files with 12 additions and 0 deletions

View file

@ -254,6 +254,7 @@ build_docs:
DJANGO_SETTINGS_MODULE: config.settings.local
POSTGRES_HOST_AUTH_METHOD: trust
CACHE_URL: "redis://redis:6379/0"
API_TYPE: "v1"
before_script:
- cd api
- pip3 install poetry