Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implicitly include self in dependents of a koji_build job (#2509)
Implicitly include self in dependents of a koji_build job While it is possible to omit declaring self as a dependency in bodhi_update job, it is still necessary to explicitly declare self as a dependent for the bodhi_update job to be triggered: downstream_package_name: foo jobs: - job: koji_build trigger: commit sidetag_group: test dependents: - foo - job: bodhi_update trigger: koji_build sidetag_group: test # dependencies: # - foo Fix that. Reviewed-by: Maja Massarini
- Loading branch information