Skip to content

Commit 1237bc7

Browse files
test: Lint produced deb and rpm packages
1 parent a1463c6 commit 1237bc7

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
@@ -86,12 +86,14 @@ package:
8686
when: on_success # this can't use 'needs: [build]', since build is not available in the scheduled pipeline
8787
script:
8888
- ../.gitlab/build_java_package.sh
89+
- find . -iregex '.*\.\(deb\|rpm\)' -printf '%f\0' | xargs -0 dd-pkg lint
8990

9091
package-arm:
9192
extends: .package-arm
9293
when: on_success # this can't use 'needs: [build]', since build is not available in the scheduled pipeline
9394
script:
9495
- ../.gitlab/build_java_package.sh
96+
- find . -iregex '.*\.\(deb\|rpm\)' -printf '%f\0' | xargs -0 dd-pkg lint
9597

9698
package-oci:
9799
stage: package

0 commit comments

Comments
 (0)