taskotron-stg: enable task-rpmdeplint

This commit is contained in:
Martin Krizek 2017-01-24 12:51:55 +00:00
parent 7159abd62d
commit acb7925651
2 changed files with 2 additions and 1 deletions

View file

@ -28,6 +28,7 @@ grokmirror_repos:
- { name: fedoraqa/abicheck, url: 'https://pagure.io/task-abicheck.git'}
- { name: fedoraqa/rpmgrill, url: 'https://bitbucket.org/fedoraqa/task-rpmgrill.git'}
- { name: fedoraqa/python-versions, url: 'https://github.com/fedora-python/task-python-versions'}
- { name: fedoraqa/rpmdeplint, url: 'https://pagure.io/taskotron/task-rpmdeplint.git'}
grokmirror_default_branch: develop

View file

@ -24,7 +24,7 @@
- {tasks: [abicheck]}
- when: {message_type: KojiTagChanged}
do:
{% if deployment_type in ['dev'] %}
{% if deployment_type in ['dev', 'stg'] %}
- {tasks: [depcheck, rpmdeplint]}
{% else %}
- {tasks: [depcheck]}