Skip to content

Commit

Permalink
build: yum clean seems to improve in case of problems on repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste committed Jun 1, 2024
1 parent 649cd54 commit e3d24f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common_files/.github/workflows/mfxxx_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ echo -e "gpgcheck=0\n\enabled=1\n\metadata_expire=0\n" >>/etc/yum.repos.d/metwor
{% if "mfext-addon" in "TOPICS"|getenv|from_json %}
for rpm in ./rpms/metwork-mfext*.rpm; do rpm -qp --requires ./$rpm | grep metwork | grep -v "=" >> liste_dep; done
cat liste_dep | sort -u > liste_dep2
yum clean all
yum -y install `cat liste_dep2`
rm -f liste_dep liste_dep2
rm /etc/yum.repos.d/metwork.repo
Expand Down

0 comments on commit e3d24f2

Please sign in to comment.