Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopelka committed Dec 17, 2024
1 parent 4d3cb13 commit 4bd77f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ set -e
[ -z "$PROFILE_NAME" ] && { echo "PROFILE_NAME missing in the environment"; exit 1; }

# install mini-tps
dnf -y copr enable @osci/mini-tps
dnf -y copr enable packit/fedora-ci-mini-tps-72
dnf -y install mini-tps
dnf -y copr disable @osci/mini-tps
dnf -y copr disable packit/fedora-ci-mini-tps-72

# make sure mini-tps can find Koji
# TODO: can mini-tps RPM package provide this configuration automatically?
Expand Down

0 comments on commit 4bd77f4

Please sign in to comment.