From b27f99ac2202fd8e74b3d67b68fd8a820fe968c6 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sun, 8 Oct 2017 11:26:32 +0100 Subject: [PATCH] trivial: Don't run from the cache when installing CI targets --- contrib/ci/build_and_install_rpms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ci/build_and_install_rpms.sh b/contrib/ci/build_and_install_rpms.sh index d7fbbcbde..ca98f0d5c 100755 --- a/contrib/ci/build_and_install_rpms.sh +++ b/contrib/ci/build_and_install_rpms.sh @@ -42,7 +42,7 @@ if [ ! -f /.dockerenv ]; then fi #install RPM packages -dnf install -C -y $HOME/rpmbuild/RPMS/*/*.rpm +dnf install -y $HOME/rpmbuild/RPMS/*/*.rpm cp $HOME/rpmbuild/RPMS/*/*.rpm .