copr-builder: use the same condition to enable @copr/copr-dev as for infra-stg
This commit is contained in:
parent
21a1d4da5d
commit
2feef88231
1 changed files with 3 additions and 1 deletions
|
@ -40,7 +40,9 @@
|
|||
|
||||
- name: enable @copr/copr-dev in staging
|
||||
command: dnf copr -y enable @copr/copr-dev
|
||||
when: network_name == "coprdev-net"
|
||||
when:
|
||||
- network_name == "coprdev-net"
|
||||
- not prepare_base_image
|
||||
|
||||
- name: make sure newest rpm
|
||||
dnf: state=latest pkg={{ item }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue