Skip to content

Commit 7e90af1

Browse files
committed
fedora ci: install rpms only from the created libmodulemd-ci repo
1 parent 99619d2 commit 7e90af1

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.ci/fedora/ci-tasks.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,17 @@ createrepo_c $arch
7070
$RETRY_CMD dnf -y install --nogpgcheck \
7171
--allowerasing \
7272
--repofrompath libmodulemd-ci,$arch \
73-
$arch/python3-libmodulemd*.rpm \
74-
$arch/libmodulemd-devel*.rpm
73+
--repo libmodulemd-ci \
74+
python3-libmodulemd*.rpm \
75+
libmodulemd-devel*.rpm
7576

7677
# Also install the python2-libmodulemd if it was built for this release
7778
# the ||: at the end instructs bash to consider this a pass either way.
7879
dnf -y install --nogpgcheck \
7980
--allowerasing \
8081
--repofrompath libmodulemd-ci,$arch \
81-
$arch/python2-libmodulemd*.rpm ||:
82+
--repo libmodulemd-ci \
83+
python2-libmodulemd*.rpm ||:
8284
popd #build_rpm
8385

8486
meson --buildtype=release \

0 commit comments

Comments
 (0)