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 67eca02 commit 7c4df8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,15 +338,15 @@ jobs:
set -eux
rm -rf mock_result
mkdir -p mock_result
script="echo \"In docker I am \$(id)\"
script="set -x; echo \"In docker I am \$(id)\"
cat /etc/resolv.conf
ip route ls
ip addr ls
ifconfig -a
/usr/sbin/ip route ls
/usr/sbin/ip addr ls
/usr/sbin/ifconfig -a
cat /etc/resolv.conf
echo \"nameserver 169.254.0.1\" > /etc/resolv.conf
cat /etc/resolv.conf
dig artifactory.dc.hpdd.intel.com
/usr/bin/dig artifactory.dc.hpdd.intel.com
if ! rm -rf artifacts/$TARGET/ ||
! mkdir -p artifacts/$TARGET/; then
echo \"Failed to create artifacts/$TARGET/\"
Expand Down

0 comments on commit 7c4df8e

Please sign in to comment.