fix trigger config for package-specific tasks

This commit is contained in:
Tim Flink 2017-03-03 02:16:54 +00:00
parent 33fcfd1fcd
commit 63bd927799
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ resultsdb_external_url: https://taskotron.stg.fedoraproject.org/resultsdb/
resultsdb_fe_endpoint: resultsdb
taskotron_docs_url: https://qa.fedoraproject.org/docs/libtaskotron/latest/
trigger_distgit_repo_url: http://pkgs.stg.fedoraproject.org/pagure/rpms/
trigger_distgit_repo_url: http://pkgs.stg.fedoraproject.org
trigger_critpath_url: https://admin.stg.fedoraproject.org/pkgdb/api/critpath?format=json

View file

@ -47,5 +47,5 @@
# do package-specific tasks if they come in
- when: {message_type: KojiBuildCompleted}
do:
- {discover: {repo: '{{ trigger_distgit_repo_url }}/rpms/${name}.git', branch: "${distgit_branch}", fallback_branch: 'master'}}
- {discover: {repo: '{{ trigger_distgit_repo_url }}/rpms/${name}.git', branch: "${distgit_branch}", fallback_branch: 'master', recursive: true}}
{% endif %}