trigger off of builds, not scratch builds

This commit is contained in:
Tim Flink
2017-03-03 01:49:35 +00:00
parent 4461a16f07
commit 33fcfd1fcd

View File

@@ -44,9 +44,8 @@
do:
- {tasks: [check_modulemd]}
# trigger off of scratch builds in dev
- when: {message_type: KojiTaskCompleted}
# 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'}}
- {tasks: [rpmlint-scratch]}
{% endif %}