Skip to content

Commit

Permalink
DO NOT LAND
Browse files Browse the repository at this point in the history
More debug

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

Required-githooks: true

Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell committed Jul 15, 2024
1 parent d5ba0ba commit d51d781
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,8 @@ jobs:
if [ -e ci/rpm/build.sh ]; then
script="ci/rpm/build.sh"
fi
echo "$script"
echo "I am $(id)"
echo "build is $(id build)"
echo "Outside of docker I am $(id)"
echo "build is $(id build || true)"
if [ -z "${{ github.run_attempt }}" ] ||
[ "${{ github.run_attempt }}" = '""' ]; then
unique="$RANDOM"
Expand Down

0 comments on commit d51d781

Please sign in to comment.