Enable both copr and copr-dev repos for staging Copr builders
This commit is contained in:
parent
680a4a3eef
commit
cd53f6e192
1 changed files with 5 additions and 2 deletions
|
@ -39,8 +39,11 @@
|
||||||
- expect
|
- expect
|
||||||
- python-srpm-macros
|
- python-srpm-macros
|
||||||
|
|
||||||
- name: enable @copr/copr-dev in staging
|
- name: enable copr and copr-dev repos in staging
|
||||||
command: dnf copr -y enable @copr/copr-dev
|
command: dnf copr -y enable {{ item }}
|
||||||
|
with_items:
|
||||||
|
- @copr/copr
|
||||||
|
- @copr/copr-dev
|
||||||
when:
|
when:
|
||||||
- network_name == "coprdev-net"
|
- network_name == "coprdev-net"
|
||||||
- not prepare_base_image
|
- not prepare_base_image
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue