Skip to content

Commit

Permalink
Check why a yum process is already running
Browse files Browse the repository at this point in the history
  • Loading branch information
cfergeau committed May 20, 2021
1 parent 44503d4 commit 2919ddf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

set -exuo pipefail

#sudo find /var/cache/dnf/

ps axf
cat /etc/dnf/automatic.conf
journalctl -u dns-automatic

sudo yum install -y podman make golang rsync

cat > /tmp/ignoretests.txt << EOF
Expand Down

0 comments on commit 2919ddf

Please sign in to comment.