Enable both copr and copr-dev repos for staging Copr builders

This commit is contained in:
Jakub Kadlčík 2019-02-28 22:02:41 +01:00
parent 680a4a3eef
commit cd53f6e192

View file

@ -39,8 +39,11 @@
- expect
- python-srpm-macros
- name: enable @copr/copr-dev in staging
command: dnf copr -y enable @copr/copr-dev
- name: enable copr and copr-dev repos in staging
command: dnf copr -y enable {{ item }}
with_items:
- @copr/copr
- @copr/copr-dev
when:
- network_name == "coprdev-net"
- not prepare_base_image