Skip to content

Commit

Permalink
Test action build packages
Browse files Browse the repository at this point in the history
  • Loading branch information
isboston committed Nov 29, 2024
1 parent d2e2772 commit 436baa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ jobs:
} | {include: [.include[] | select(.execute == true)]}')
echo "matrix=$matrix"
echo "matrix=$matrix" >> $GITHUB_OUTPUT
echo "matrix<<EOF" >> $GITHUB_OUTPUT
echo "$matrix" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
build:
name: Build Packages
Expand Down
2 changes: 1 addition & 1 deletion install/rpm/SPECS/SOURCES/product.rpmlintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
########### Ignoring node_modules errors due to lack of ability to influence them
# Ignoring node_modules errors due to lack of ability to influence them
addFilter(r'node_modules')

# Packages use a non-standard user and group for our project directories, but the user and group are created in %pre common
Expand Down

0 comments on commit 436baa4

Please sign in to comment.