Skip to content

Commit

Permalink
Merge pull request #450 from vojtechtrefny/main_tft-repo-priority-fix
Browse files Browse the repository at this point in the history
ci: Remove priority from Testing farm repositories
  • Loading branch information
vojtechtrefny committed Aug 14, 2024
2 parents 15826b3 + d8f515d commit 7c7a796
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plans/tests.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ prepare:
script:
- sudo dnf install -y 'dnf-command(copr)'
- sudo dnf copr enable -y @storage/blivet-daily
- for f in $(grep -l -r 'testing-farm-tag-repository' /etc/yum.repos.d); do sed -i '/priority/d' "$f" ;done
- sudo dnf -y update

- name: ansible
how: ansible
Expand Down

0 comments on commit 7c7a796

Please sign in to comment.