Skip to content

Commit

Permalink
ci_details: add volumes and fs info
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Zapletal <lzap+git@redhat.com>
  • Loading branch information
lzap committed Apr 16, 2024
1 parent 809f254 commit 3cb7a53
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 findmnt
echo "------------------------------------------------------------------------------"

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

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

echo "List of installed packages:"
Expand Down

0 comments on commit 3cb7a53

Please sign in to comment.