fix: Pass missing FUNKWHALE_URL var to schema generation
This commit is contained in:
parent
7a653cc838
commit
ef8679373e
|
@ -7,6 +7,7 @@ install:
|
|||
poetry install --all-extras
|
||||
|
||||
export DJANGO_SETTINGS_MODULE=config.settings.local
|
||||
export FUNKWHALE_URL=http://schema.generation
|
||||
|
||||
lint:
|
||||
poetry run pylint \
|
||||
|
|
946
api/schema.yml
946
api/schema.yml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue