Update tests.yml
This commit is contained in:
parent
001b0ae5e5
commit
3f807c007d
@ -4,8 +4,6 @@
|
||||
tasks:
|
||||
- name: Brew a warm one
|
||||
shell: dnf config-manager --add-repo 'http://download.eng.bos.redhat.com/brewroot/repos/rhel-9.0.0-build/latest/x86_64/'
|
||||
args:
|
||||
warn: false
|
||||
|
||||
- hosts: localhost
|
||||
tags: classic
|
||||
@ -16,8 +14,6 @@
|
||||
dest: /tmp/libverto.spec
|
||||
- name: Install build deps
|
||||
shell: dnf -y --nogpgcheck build-dep /tmp/libverto.spec
|
||||
args:
|
||||
warn: false
|
||||
|
||||
- hosts: localhost
|
||||
roles:
|
||||
|
Loading…
Reference in New Issue
Block a user