mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-01-31 10:29:15 +01:00
Really fix azure pipeline testing
This commit is contained in:
parent
8e632830de
commit
08c41b7206
@ -51,9 +51,9 @@ steps:
|
|||||||
from os import path
|
from os import path
|
||||||
# Python >= 3.5
|
# Python >= 3.5
|
||||||
quicktest_py = next(iglob(path.join('**', 'quicktest.py'), recursive=True), None)
|
quicktest_py = next(iglob(path.join('**', 'quicktest.py'), recursive=True), None)
|
||||||
if not manage_py:
|
if not quicktest_py:
|
||||||
raise SystemExit('Could not find quicktest.py for django-helpdesk')
|
raise SystemExit('Could not find quicktest.py for django-helpdesk')
|
||||||
project_location = path.dirname(path.abspath(manage_py))
|
project_location = path.dirname(path.abspath(quicktest_py))
|
||||||
print('Found quicktest.py in', project_location)
|
print('Found quicktest.py in', project_location)
|
||||||
print('##vso[task.setvariable variable=projectRoot]{}'.format(project_location))
|
print('##vso[task.setvariable variable=projectRoot]{}'.format(project_location))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user