mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 19:45:46 +00:00
export env vars
This commit is contained in:
@ -17,3 +17,7 @@ build:
|
|||||||
- echo "Generating API schema file"
|
- echo "Generating API schema file"
|
||||||
- pip install -U invoke
|
- pip install -U invoke
|
||||||
- invoke schema --filename docs/schema.yml --ignore-warnings
|
- invoke schema --filename docs/schema.yml --ignore-warnings
|
||||||
|
- export INVENTREE_STATIC_ROOT="./static"
|
||||||
|
- export INVENTREE_MEDIA_ROOT="./media"
|
||||||
|
- export INVENTREE_DB_ENGINE="sqlite3"
|
||||||
|
- export INVENTREE_DB_NAME="inventree"
|
||||||
|
Reference in New Issue
Block a user