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 860e189
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

set -exuo pipefail

#sudo find /var/cache/dnf/
rpm -qa

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 860e189

Please sign in to comment.