mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Need to specify django_tests when overriding JENKINS_TASKS
This commit is contained in:
parent
22db69eb70
commit
790a9b6432
@ -500,8 +500,9 @@ LOGGING = {
|
||||
|
||||
if 'django_jenkins' in INSTALLED_APPS:
|
||||
JENKINS_TASKS = (
|
||||
'django_jenkins.tasks.with_coverage',
|
||||
'django_jenkins.tasks.run_pylint',
|
||||
'django_jenkins.tasks.with_coverage',
|
||||
'django_jenkins.tasks.django_tests',
|
||||
'django_jenkins.tasks.run_pep8',
|
||||
'django_jenkins.tasks.run_pyflakes',
|
||||
'django_jenkins.tasks.run_jshint',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user