CI: print the list of RPMs on the system

this will make it easier to figure out what was there before
installing SUT and help in debugging issues related to dependencies.
This commit is contained in:
Alexander Todorov 2020-06-23 12:38:36 +03:00 committed by Ondřej Budai
parent bfad57bf7b
commit e2619221cf

View file

@ -25,4 +25,8 @@ CI MACHINE SPECS
------------------------------------------------------------------------------
EOF
echo -e "\033[0m"
echo -e "\033[0m"
echo "List of installed packages:"
rpm -qa | sort
echo "------------------------------------------------------------------------------"