scheduling simpledocker on every docker build from koji in taskotron-dev
This commit is contained in:
parent
d0cd51eede
commit
efbbc4800d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
- {discover: {repo: '{{ trigger_distgit_repo_url }}/rpms-checks/${name}.git', branch: "${distgit_branch}"}}
|
||||
- when: {message_type: KojiBuildDockerCompleted}
|
||||
do:
|
||||
- {discover: {repo: '{{ trigger_distgit_repo_url }}/docker-checks/${name}.git', branch: "${distgit_branch}"}}
|
||||
- {tasks: [simpledocker]}
|
||||
- when: {message_type: KojiBuildPackageCompleted, name: docker}
|
||||
do:
|
||||
- {tasks: [dockerautotest]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue