mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
Fixed typo
This commit is contained in:
@ -12,7 +12,7 @@ addons:
|
||||
before_install:
|
||||
- make install
|
||||
- make migrate
|
||||
- cd InvenTree && python3 manage.py createsuper --username InvenTreeAdmin --email admin@inventree.com --noinput
|
||||
- cd InvenTree && python3 manage.py createsuperuser --username InvenTreeAdmin --email admin@inventree.com --noinput
|
||||
|
||||
script:
|
||||
- git ls-files --exclude-standard --others
|
||||
|
Reference in New Issue
Block a user