Skip to content

Commit

Permalink
Test mini-tps#55
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopelka committed Jun 17, 2024
1 parent 54f2cd7 commit aa763c9
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-55
dnf -y install mini-tps
dnf -y copr disable @osci/mini-tps
dnf -y copr disable packit/fedora-ci-mini-tps-55

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

0 comments on commit aa763c9

Please sign in to comment.