Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
Required-githooks: true

#Pragmas from previous commit message:
Skip-PR-comments: true
Run-GHA: true
Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell committed Jul 3, 2024
1 parent 2c0fd3d commit 7e54632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ jobs:
set -eux
rm -rf mock_result
mkdir -p mock_result
script="In docker I am \$(id)
script="echo \"In docker I am \$(id)\""
rm -rf artifacts/$TARGET/
mkdir -p artifacts/$TARGET/
make chrootbuild"
Expand Down

0 comments on commit 7e54632

Please sign in to comment.