You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
436 B
17 lines
436 B
2 years ago
|
summary: Rebuild dependents to ensure that builds pass
|
||
|
discover:
|
||
|
- name: Rebuild collection packages
|
||
|
how: shell
|
||
|
tests:
|
||
|
- name: Rebuild ansible-collection-community-docker
|
||
|
test: tests/rebuild.sh ansible-collection-community-docker
|
||
|
require:
|
||
|
- ansible-core
|
||
|
- ansible-packaging
|
||
|
- ansible-srpm-macros
|
||
|
- fedpkg
|
||
|
- rpm-build
|
||
|
- sudo
|
||
|
execute:
|
||
|
how: tmt
|