taskotron-stg: enable task-rpmdeplint
This commit is contained in:
parent
7159abd62d
commit
acb7925651
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue