Skip to content

Commit 29f09b1

Browse files
test: Lint produced deb and rpm packages (#4257)
1 parent abf6f4a commit 29f09b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ package:
2727
when: on_success
2828
script:
2929
- ../.gitlab/build-deb-rpm.sh
30+
- find . -iregex '.*\.\(deb\|rpm\)' -printf '%f\0' | xargs -0 dd-pkg lint
3031

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

4143
.release-package:
4244
stage: deploy

0 commit comments

Comments
 (0)