Skip to content

Commit

Permalink
build: sync common files from github_organization_management repository
Browse files Browse the repository at this point in the history
  • Loading branch information
metworkbot committed Jun 1, 2024
1 parent 8902bd0 commit 96a7a4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ echo -e "gpgcheck=0\n\enabled=1\n\metadata_expire=0\n" >>/etc/yum.repos.d/metwor

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 96a7a4f

Please sign in to comment.