Skip to content

Commit cff8ab3

Browse files
authored
Ignore not available testing-farm-tag-repository (#402)
We don't need the testing-farm-tag-repository which is why we lower its priority. If it doesn't exist, we might as well ignore it. Fixes #401
1 parent e668240 commit cff8ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/snapshot-gating.fmf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ prepare:
1717
- how: shell
1818
script: |
1919
dnf install -y dnf-plugins-core
20-
dnf config-manager --save --setopt="testing-farm-tag-repository.priority=999"
20+
dnf config-manager --save --setopt="testing-farm-tag-repository.priority=999" || true
2121
adjust:
2222
- discover+:
2323
- name: redhat-rpm-config-tests

0 commit comments

Comments
 (0)