Shorten git hash
This commit is contained in:
parent
2cf87c1c30
commit
bc25e795dd
|
|
@ -51,7 +51,7 @@ script:
|
|||
# Run linting checks on migration files (django-migration-linter)
|
||||
# Run subset of linting checks on *ALL* migration files
|
||||
# Run strict migration file checks on *NEW* migrations (old ones are what they are)
|
||||
- cd InvenTree && python manage.py lintmigrations 79ddea50f507e34195bad635008419daac0d7a5f -q ok ignore --no-cache && cd ..
|
||||
- cd InvenTree && python manage.py lintmigrations 79ddea50 -q ok ignore --no-cache && cd ..
|
||||
|
||||
after_success:
|
||||
- coveralls
|
||||
Loading…
Reference in New Issue