Skip to content

Commit

Permalink
ci_details: add volumes and fs info
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap committed Apr 16, 2024
1 parent 809f254 commit b892081
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion schutzbot/ci_details.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@ CI MACHINE SPECS
EOF
echo -e "\033[0m"

echo "Volume and file system info:"
sudo lsblk
sudo cat /etc/fstab
echo "------------------------------------------------------------------------------"

echo "List of system repositories:"
sudo yum repolist -v

echo "------------------------------------------------------------------------------"

echo "List of installed packages:"
Expand Down

0 comments on commit b892081

Please sign in to comment.