mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 04:56:45 +00:00
Fixed cwd for .travis.yml
This commit is contained in:
parent
73749911f8
commit
f5d26a83f5
@ -12,7 +12,7 @@ addons:
|
||||
before_install:
|
||||
- make install
|
||||
- make migrate
|
||||
- cd InvenTree && python3 manage.py createsuperuser --username InvenTreeAdmin --email admin@inventree.com --noinput
|
||||
- cd InvenTree && python3 manage.py createsuperuser --username InvenTreeAdmin --email admin@inventree.com --noinput && cd ..
|
||||
|
||||
script:
|
||||
- git ls-files --exclude-standard --others
|
||||
|
Loading…
x
Reference in New Issue
Block a user