mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-23 21:35:26 +03:00
605d313206
For the same reason we do in the rpm-ostree tests. This also made sure the test run worked when I was offline on a plane. Closes: #1583 Approved by: jlebon
6 lines
138 B
YAML
6 lines
138 B
YAML
- name: Disable all rpmmd repos
|
|
shell: |
|
|
for x in /etc/yum.repos.d/*.repo; do
|
|
sed -i -e 's,^enabled=,enabled=0,g' $x
|
|
done
|