Skip to content

Commit

Permalink
Test build packages action
Browse files Browse the repository at this point in the history
  • Loading branch information
isboston committed Dec 2, 2024
1 parent cb72029 commit 1463c32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
id: set-matrix
run: |
package_types=()
[ "$BUILD_DEB" == "true" ] && package_types+=("deb")
[ "$BUILD_RPM" == "true" ] && package_types+=("rpm")
[ "${{ steps.changes.outputs.build_deb }}" == "true" ] && package_types+=("deb")
[ "${{ steps.changes.outputs.build_rpm }}" == "true" ] && package_types+=("rpm")
if [ ${#package_types[@]} -eq 0 ]; then
exit 0
fi
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 1463c32

Please sign in to comment.