mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fixed typo
This commit is contained in:
parent
b9109cf684
commit
73749911f8
@ -12,7 +12,7 @@ addons:
|
|||||||
before_install:
|
before_install:
|
||||||
- make install
|
- make install
|
||||||
- make migrate
|
- 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:
|
script:
|
||||||
- git ls-files --exclude-standard --others
|
- git ls-files --exclude-standard --others
|
||||||
|
Loading…
Reference in New Issue
Block a user