mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 04:22:18 +08:00
trigger off of builds, not scratch builds
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user