Skip to content

Commit

Permalink
DO NOT LAND
Browse files Browse the repository at this point in the history
Debugging, committed to make act use it.

Skip-PR-comments: true
Run-GHA: true

Required-githooks: true

Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell committed Jul 16, 2024
1 parent a92f4f4 commit aa7d1f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,12 @@ jobs:
set -eux
rm -rf mock_result
mkdir -p mock_result
touch mock_result/flag
script="set -x; echo \"In docker I am \$(id)\"
if [ ! -e /var/lib/mock/$CHROOT_NAME/result/flag ]; then
echo \"/var/lib/mock/$CHROOT_NAME/result/flag does not exist\"
exit 1
fi
cat /etc/resolv.conf
/usr/sbin/ip route ls
/usr/sbin/ip addr ls
Expand Down

0 comments on commit aa7d1f8

Please sign in to comment.