Skip to content

Commit

Permalink
test: Lint produced deb and rpm packages (#4257)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergilbert authored Apr 30, 2024
1 parent abf6f4a commit 29f09b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ package:
when: on_success
script:
- ../.gitlab/build-deb-rpm.sh
- find . -iregex '.*\.\(deb\|rpm\)' -printf '%f\0' | xargs -0 dd-pkg lint

package-arm:
extends: .package-arm
Expand All @@ -37,6 +38,7 @@ package-arm:
when: on_success
script:
- ../.gitlab/build-deb-rpm.sh
- find . -iregex '.*\.\(deb\|rpm\)' -printf '%f\0' | xargs -0 dd-pkg lint

.release-package:
stage: deploy
Expand Down

0 comments on commit 29f09b1

Please sign in to comment.