mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
Need to specify django_tests when overriding JENKINS_TASKS
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user