taskotron-trigger: fix variable condition
This commit is contained in:
parent
feb3fa8b60
commit
7a0a2d33d8
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
- when: {message_type: KojiBuildPackageCompleted}
|
||||
do:
|
||||
- {tasks: [rpmlint, rpmgrill, python-versions]}
|
||||
- {discover: {repo: '{{ trigger_distgit_repo_url }}/rpms/${name}{{'.git' if deployment_type in ['stg']}}', branch: "${distgit_branch}", fallback_branch: 'master', recursive: true}}
|
||||
- {discover: {repo: '{{ trigger_distgit_repo_url }}/rpms/${name}{{'.git' if deployment_type in ['stg'] else ''}}', branch: "${distgit_branch}", fallback_branch: 'master', recursive: true}}
|
||||
- when: {message_type: KojiBuildPackageCompleted, name: docker}
|
||||
do:
|
||||
- {tasks: [dockerautotest]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue